예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Start timing a command.
  *
  * @return void
  */
 public function startCommandTimer()
 {
     $this->adapter->startCommandTimer();
 }