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