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

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

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