Exemplo n.º 1
0
 public static function getInstance()
 {
     if (!self::$exemptionMgr) {
         self::$exemptionMgr = new ExemptionMgr();
         return self::$exemptionMgr;
     }
     return self::$exemptionMgr;
 }