Alterway\Component\Workflow\Transition::getDestination PHP Method

getDestination() public method

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