
Public Member Functions | |
| displayConfigurationForm () | |
| displayPaymentForm ($queuedPaymentId, &$queuedPayment) | |
| fulfillQueuedPayment (&$queuedPayment) | |
| & | getManager () |
| & | getPaymentPlugin () |
| & | getQueuedPayment ($queuedPaymentId) |
| isConfigured () | |
| queuePayment (&$queuedPayment) | |
Definition at line 17 of file PaymentManager.inc.php.
| PaymentManager.displayConfigurationForm | ( | ) |
Call the payment plugin's settings display method
Definition at line 67 of file PaymentManager.inc.php.
References getPaymentPlugin(), and isConfigured().
| PaymentManager.displayPaymentForm | ( | $ | queuedPaymentId, | |
| &$ | queuedPayment | |||
| ) |
Call the payment plugin's display method
Definition at line 58 of file PaymentManager.inc.php.
References getPaymentPlugin(), and isConfigured().
| PaymentManager.fulfillQueuedPayment | ( | &$ | queuedPayment | ) |
Abstract method for fulfilling a queued payment
Definition at line 86 of file PaymentManager.inc.php.
| & PaymentManager.getManager | ( | ) |
Get the payment manager.
Reimplemented in OJSPaymentManager.
Definition at line 21 of file PaymentManager.inc.php.
| & PaymentManager.getPaymentPlugin | ( | ) |
Abstract method for fetching the payment plugin
Reimplemented in OJSPaymentManager.
Definition at line 40 of file PaymentManager.inc.php.
Referenced by displayConfigurationForm(), displayPaymentForm(), and isConfigured().
| & PaymentManager.getQueuedPayment | ( | $ | queuedPaymentId | ) |
Fetch a queued payment
Definition at line 77 of file PaymentManager.inc.php.
References DAORegistry.getDAO().
| PaymentManager.isConfigured | ( | ) |
Check if there is a payment plugin and if is configured
Reimplemented in OJSPaymentManager.
Definition at line 49 of file PaymentManager.inc.php.
References getPaymentPlugin().
Referenced by displayConfigurationForm(), displayPaymentForm(), and queuePayment().
| PaymentManager.queuePayment | ( | &$ | queuedPayment | ) |
Queue a payment for receipt.
Definition at line 28 of file PaymentManager.inc.php.
References DAORegistry.getDAO(), and isConfigured().
1.5.6