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