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