示例#1
0
 /**
  * getIndexInfo.
  */
 public function getIndexInfo()
 {
     $this->time->start();
     $return = parent::getIndexInfo();
     $time = $this->time->stop();
     $this->log(array('type' => 'getIndexInfo', 'time' => $time));
     return $return;
 }