|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
Definition at line 18 of file PaymethodPlugin.inc.php.
|
abstract |
Get the payment form for this plugin.
| $context | Context |
| $queuedPayment | QueuedPayment |
Reimplemented in PaypalPaymentPlugin, and ManualPaymentPlugin.
| PaymethodPlugin::isConfigured | ( | $context | ) |
Check whether this plugin is fully configured and ready for use.
| $context | Context |
Reimplemented in PaypalPaymentPlugin, and ManualPaymentPlugin.
Definition at line 32 of file PaymethodPlugin.inc.php.
| PaymethodPlugin::saveSettings | ( | $params, | |
| $slimRequest, | |||
| $request | |||
| ) |
Save settings for this payment method
| $params | array Params that have already been |
| $slimRequest | Request Slim request object |
| $request | Request |
Reimplemented in PaypalPaymentPlugin, and ManualPaymentPlugin.
Definition at line 44 of file PaymethodPlugin.inc.php.