AppserverIo\Appserver\Core\Api\Node\ExecuteNode::getScript PHP Method

getScript() public method

Return's the script to be executed.
public getScript ( ) : string
return string The script
    public function getScript()
    {
        return $this->script;
    }