Phpfox_Gateway

Description

API Gateway Layer Handles all API requests to interact with 3rd party payment gateway sites like PayPal, 2checkout.

  • author: Raymond Benc
  • version: $Id: gateway.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/gateway/gateway.class.php (line 20)


	
			
Variable Summary
 array $_aObject
Method Summary
 Phpfox_Gateway __construct ()
 object Returns load (string $sGateway, [array $aSettings = null])
 string url (string $sGateway)
Variables
array $_aObject = array() (line 27)

Holds an ARRAY of API objects

  • access: private
Methods
Constructor __construct (line 33)

Class constructor

  • access: public
Phpfox_Gateway __construct ()
load (line 44)

Loads a specific payment gateway API class

  • return: the object of the API gateway class
  • access: public
object Returns load (string $sGateway, [array $aSettings = null])
  • string $sGateway: Gateway API ID
  • array $aSettings: ARRAY of custom settings to pass along to the gateway class
url (line 67)

Creates the API callback URL for a specific gateway.

  • return: Full path to the callback location for this specific gateway
  • access: public
string url (string $sGateway)
  • string $sGateway: Gateway ID

Documentation generated on Tue, 28 Sep 2010 10:36:40 +0200 by phpDocumentor 1.4.0a2