예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Gets the console output.
  *
  * @return OutputInterface
  */
 public function getOutput()
 {
     return $this->adapter->getOutput();
 }