AppserverIo\Appserver\Core\Api\Node\JobNode::getExecute PHP Méthode

getExecute() public méthode

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
Résultat ExecuteNode The node containing executable information
    public function getExecute()
    {
        return $this->execute;
    }