예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Stop timing the current command and write the elapsed time to the
  * output.
  *
  * @return void
  */
 public function endCommandTimer()
 {
     $this->adapter->endCommandTimer();
 }