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

setScript() public method

Set's the script to be executed.
public setScript ( string $script ) : void
$script string The script
return void
    public function setScript($script)
    {
        $this->script = $script;
    }