コード例 #1
0
 /**
  * Enables fetching output and error output from the underlying process.
  *
  * @return ProcessBuilderProxyInterface
  */
 public function enableOutput() : ProcessBuilderProxyInterface
 {
     $this->processBuilder->enableOutput();
     return $this;
 }