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

getExecute() public méthode

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