Exemplo n.º 1
0
 public static function getInstance($file)
 {
     if (is_null(self::$_instance)) {
         self::$_instance = new Config($file);
     }
     return self::$_instance;
 }