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