Пример #1
0
 /**
  * @param $commandLine
  */
 public function __construct($commandLine)
 {
     parent::__construct($commandLine);
     $this->process = new Process($commandLine);
 }