コード例 #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();
 }