AppserverIo\Appserver\Core\Api\Node\JobNode::getExecute PHP Метод

getExecute() публичный Метод

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
Результат ExecuteNode The node containing executable information
    public function getExecute()
    {
        return $this->execute;
    }