Public Member Functions

PayPalPlugin Class Reference
[Plugins_paymethod_paypal]

PayPal plugin class. More...

Inheritance diagram for PayPalPlugin:
PaymethodPlugin Plugin

List of all members.

Public Member Functions

 getDescription ()
 getName ()
 handle ($args)
 register ($category, $path)

Detailed Description

PayPal plugin class.

See also:
PayPalDAO, PayPalPaymentForm, PayPalSettingsForm

Definition at line 19 of file PayPalPlugin.inc.php.


Member Function Documentation

PayPalPlugin.getDescription (  ) 

Get a description of this plugin.

Reimplemented from PaymethodPlugin.

Definition at line 29 of file PayPalPlugin.inc.php.

PayPalPlugin.getName (  ) 

Get the name of this plugin. The name must be unique within its category, and should be suitable for part of a filename (ie short, no spaces, and no dependencies on cases being unique).

Returns:
String name of plugin

Reimplemented from PaymethodPlugin.

Definition at line 21 of file PayPalPlugin.inc.php.

PayPalPlugin.handle ( args  ) 

Handle incoming requests/notifications

Reimplemented from PaymethodPlugin.

Definition at line 106 of file PayPalPlugin.inc.php.

References Request.getSchedConf(), and Request.url().

PayPalPlugin.register ( category,
path 
)

Called as a plugin is registered to the registry. Subclasses over- riding this method should call the parent method first.

Parameters:
$category String Name of category plugin was registered to
$path String The path the plugin was found in
Returns:
boolean True iff plugin initialized successfully; if false, the plugin will not be registered.

Reimplemented from PaymethodPlugin.

Definition at line 33 of file PayPalPlugin.inc.php.


The documentation for this class was generated from the following file: