Alterway\Component\Workflow\Transition::getDestination PHP 메소드

getDestination() 공개 메소드

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