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;
    }