Esempio n. 1
0
 public function initializeModel()
 {
     if (self::$shouldUseMyProxy) {
         $p = new MyProxy();
         $this->proxyMap[$p->getProxyName()] = $p;
     }
 }
Esempio n. 2
0
 public static function disableBlabOnRegister()
 {
     self::$shouldBlabOnRegister = false;
 }