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