示例#1
0
文件: CakeAdapter.php 项目: lhas/pep
 /**
  * Gets the command start time
  *
  * @return int
  */
 public function getCommandStartTime()
 {
     return $this->adapter->getCommandStartTime();
 }