PAGI\Node\NodeActionCommand::isActionExecute PHP Method

isActionExecute() public method

True if a callback should be executed as an action.
public isActionExecute ( ) : boolean
return boolean
    public function isActionExecute()
    {
        return $this->action == self::NODE_ACTION_EXECUTE;
    }