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