Manual payment plugin class. More...
Public Member Functions | |
| displayPaymentForm ($queuedPaymentId, &$queuedPayment, &$request) | |
| getDescription () | |
| getDisplayName () | |
| getInstallEmailTemplateDataFile () | |
| getInstallEmailTemplatesFile () | |
| getName () | |
| getSettingsFormFieldNames () | |
| handle ($args, &$request) | |
| isConfigured () | |
| ManualPaymentPlugin () | |
| register ($category, $path) | |
Manual payment plugin class.
Definition at line 17 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.displayPaymentForm | ( | $ | queuedPaymentId, | |
| &$ | queuedPayment, | |||
| &$ | request | |||
| ) |
Definition at line 83 of file ManualPaymentPlugin.inc.php.
References Plugin.getSetting(), PaymethodPlugin.getTemplatePath(), and isConfigured().
| ManualPaymentPlugin.getDescription | ( | ) |
Reimplemented from PaymethodPlugin.
Definition at line 42 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.getDisplayName | ( | ) |
Definition at line 35 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.getInstallEmailTemplateDataFile | ( | ) |
Definition at line 161 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.getInstallEmailTemplatesFile | ( | ) |
Definition at line 154 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.getName | ( | ) |
Reimplemented from PaymethodPlugin.
Definition at line 28 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.getSettingsFormFieldNames | ( | ) |
Reimplemented from PaymethodPlugin.
Definition at line 60 of file ManualPaymentPlugin.inc.php.
Referenced by isConfigured().
| ManualPaymentPlugin.handle | ( | $ | args, | |
| &$ | request | |||
| ) |
Handle incoming requests/notifications
| $args | array | |
| $request | PKPRequest |
Reimplemented from PaymethodPlugin.
Definition at line 107 of file ManualPaymentPlugin.inc.php.
| ManualPaymentPlugin.isConfigured | ( | ) |
Reimplemented from PaymethodPlugin.
Definition at line 67 of file ManualPaymentPlugin.inc.php.
References Request.getPress(), Plugin.getSetting(), and getSettingsFormFieldNames().
Referenced by displayPaymentForm().
| ManualPaymentPlugin.ManualPaymentPlugin | ( | ) |
Constructor
Definition at line 21 of file ManualPaymentPlugin.inc.php.
References PaymethodPlugin.PaymethodPlugin().
| ManualPaymentPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Definition at line 49 of file ManualPaymentPlugin.inc.php.
1.7.1