Ejemplo n.º 1
0
 /**
  * Instance Manager
  */
 public static function instance()
 {
     self::$_instance = self::$_instance !== false ? self::$_instance : new Payment_Response();
     return self::$_instance;
 }