Ejemplo n.º 1
0
 function getHandler()
 {
     wfProfileIn(__METHOD__);
     if (!isset($this->handler)) {
         parent::getHandler();
         $this->getLocalFileLogic()->afterGetHandler($this->handler);
     }
     wfProfileOut(__METHOD__);
     return $this->handler;
 }