Ejemplo n.º 1
0
 public static function getInstance() {
     if (!self::$_tax) {
         self::$_tax = new tax();
     }
     return self::$_tax;
 }