AppserverIo\Appserver\Core\Api\Node\StepNode::getExecute PHP Method

getExecute() public method

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