Alterway\Component\Workflow\Transition::getDestination PHP Méthode

getDestination() public méthode

Returns the destination of the current transition.
public getDestination ( ) : Node
Résultat Node
    public function getDestination()
    {
        return $this->dst;
    }