
Public Member Functions | |
| archive () | |
| current ($args=null) | |
| index ($args) | |
| setupIssueTemplate (&$issue, $showToc=false) | |
| view ($args) | |
Definition at line 20 of file IssueHandler.inc.php.
| IssueHandler.archive | ( | ) |
Display the issue archive listings
Definition at line 263 of file IssueHandler.inc.php.
References Request.getBaseUrl(), DAORegistry.getDAO(), Request.getJournal(), Locale.getLocale(), TemplateManager.getManager(), and Handler.getRangeInfo().
| IssueHandler.current | ( | $ | args = null |
) |
Display current issue page.
Definition at line 32 of file IssueHandler.inc.php.
References Request.getBaseUrl(), DAORegistry.getDAO(), Request.getJournal(), Locale.getLocale(), OJSPaymentManager.getManager(), TemplateManager.getManager(), IssueAction.subscribedDomain(), IssueAction.subscribedUser(), IssueAction.subscriptionRequired(), Locale.translate(), and Request.url().
Referenced by index().
| IssueHandler.index | ( | $ | args | ) |
| IssueHandler.setupIssueTemplate | ( | &$ | issue, | |
| $ | showToc = false | |||
| ) |
Given an issue, set up the template with all the required variables for issues/view.tpl to function properly.
| $issue | object The issue to display | |
| $showToc | boolean iff false and a custom cover page exists, the cover page will be displayed. Otherwise table of contents will be displayed. |
Definition at line 172 of file IssueHandler.inc.php.
References Request.getBaseUrl(), DAORegistry.getDAO(), Request.getJournal(), Locale.getLocale(), OJSPaymentManager.getManager(), TemplateManager.getManager(), Validation.isEditor(), Validation.isLayoutEditor(), Validation.isProofreader(), IssueAction.subscribedDomain(), IssueAction.subscribedUser(), IssueAction.subscriptionRequired(), and Locale.translate().
Referenced by IndexHandler.index(), and view().
| IssueHandler.view | ( | $ | args | ) |
Display issue view page.
Definition at line 135 of file IssueHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Request.redirect(), setupIssueTemplate(), and Request.url().
1.5.6