getCommandLine()."\n". "\n". $process->getErrorOutput()."\n". "\n". $process->getOutput() ); $this->process = $process; } public function getErrorOutput() { return $this->process->getErrorOutput(); } public function getOutput() { return $this->process->getOutput(); } }