示例#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();
 }