Inheritance diagram for ManualPaymentPlugin:

Public Member Functions | |
| displayPaymentForm ($queuedPaymentId, &$queuedPayment) | |
| getDescription () | |
| getDisplayName () | |
| getInstallEmailTemplateDataFile () | |
| getInstallEmailTemplatesFile () | |
| getName () | |
| getSettingsFormFieldNames () | |
| handle ($args) | |
| isConfigured () | |
| register ($category, $path) | |
Definition at line 20 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.getDescription | ( | ) |
Get a description of this plugin.
Reimplemented from PaymethodPlugin.
Definition at line 30 of file ManualPaymentPlugin.inc.php.
Referenced by displayPaymentForm().
| ManualPaymentPlugin.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 22 of file ManualPaymentPlugin.inc.php.
Referenced by displayPaymentForm(), and handle().
| ManualPaymentPlugin.handle | ( | $ | args | ) |
Handle incoming requests/notifications
Reimplemented from PaymethodPlugin.
Definition at line 80 of file ManualPaymentPlugin.inc.php.
References Request.getConference(), OCSPaymentManager.getManager(), getName(), Request.getSchedConf(), Request.redirect(), and Request.url().
| ManualPaymentPlugin.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 34 of file ManualPaymentPlugin.inc.php.
1.4.7