Exemplo n.º 1
0
 /**
  * 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;
 }