Alterway\Component\Workflow\Node::getName PHP Method

getName() public method

Returns the current node's name.
public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }