REBELinBLUE\Deployer\Scripts\Runner::appendScript PHP Метод

appendScript() публичный Метод

Append commands to the end of the script.
public appendScript ( string $script )
$script string
    public function appendScript($script)
    {
        $this->script = trim($this->script . PHP_EOL . $script);
        return $this;
    }