
Public Member Functions | |
| getDescription () | |
| getJournalId () | |
| getName () | |
| setJournalId ($journalId) | |
Definition at line 18 of file OJSQueuedPayment.inc.php.
| OJSQueuedPayment.getDescription | ( | ) |
Returns the description of the QueuedPayment. Pulled from Journal Settings if present, or from locale file otherwise. For subscriptions, pulls subscription type name.
Reimplemented from Payment.
Definition at line 117 of file OJSQueuedPayment.inc.php.
References DAORegistry.getDAO(), getJournalId(), and Locale.translate().
| OJSQueuedPayment.getJournalId | ( | ) |
Get the journal ID of the payment.
Definition at line 31 of file OJSQueuedPayment.inc.php.
Referenced by getDescription(), and getName().
| OJSQueuedPayment.getName | ( | ) |
Returns the description of the QueuedPayment. Pulled from Journal Settings if present, or from locale file otherwise. For subscriptions, pulls subscription type name.
Reimplemented from Payment.
Definition at line 57 of file OJSQueuedPayment.inc.php.
References DAORegistry.getDAO(), getJournalId(), and Locale.translate().
| OJSQueuedPayment.setJournalId | ( | $ | journalId | ) |
Set the journal ID of the payment.
| $journalId | int |
Definition at line 39 of file OJSQueuedPayment.inc.php.
1.5.6