Exemplo n.º 1
0
 public static function getInstance()
 {
     if (self::$instance == false) {
         $h = AdEngine::getCachedCategory();
         // ***************** Athena has been replaced by Liftium
         return self::$instance = new AdProviderLiftium();
     }
     return self::$instance;
 }