コード例 #1
0
ファイル: CakeAdapter.php プロジェクト: lhas/pep
 /**
  * Start timing a command.
  *
  * @return void
  */
 public function startCommandTimer()
 {
     $this->adapter->startCommandTimer();
 }