Beispiel #1
0
 public function run_script()
 {
     $script = new script($this->script, $this->script_arguments);
     return $script->run();
 }