Inheritance diagram for PayPalPlugin:

Public Member Functions | |
| displayPaymentForm ($queuedPaymentId, &$queuedPayment) | |
| displayPaymentSettingsForm (&$params, &$smarty) | |
| getDescription () | |
| getDisplayName () | |
| getInstallEmailTemplateDataFile () | |
| getInstallEmailTemplatesFile () | |
| getInstallSchemaFile () | |
| getName () | |
| getSettingsFormFieldNames () | |
| handle ($args) | |
| isConfigured () | |
| isCurlInstalled () | |
| register ($category, $path) | |
Definition at line 19 of file PayPalPlugin.inc.php.
| PayPalPlugin.getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from PaymethodPlugin.
Definition at line 29 of file PayPalPlugin.inc.php.
Referenced by displayPaymentForm().
| 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).
Reimplemented from PaymethodPlugin.
Definition at line 21 of file PayPalPlugin.inc.php.
Referenced by displayPaymentForm().
| PayPalPlugin.handle | ( | $ | args | ) |
Handle incoming requests/notifications
Reimplemented from PaymethodPlugin.
Definition at line 106 of file PayPalPlugin.inc.php.
References OCSPaymentManager.getManager(), Request.getSchedConf(), Plugin.getSetting(), 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.
| $category | String Name of category plugin was registered to | |
| $path | String The path the plugin was found in |
Reimplemented from PaymethodPlugin.
Definition at line 33 of file PayPalPlugin.inc.php.
1.4.7