
Public Member Functions | |
| index () | |
| setupTemplate ($subclass=false, $version=null, $context=null, $search=null) | |
| validate () | |
Definition at line 20 of file RTAdminHandler.inc.php.
| RTAdminHandler.index | ( | ) |
If no journal is selected, display list of journals. Otherwise, display the index page for the selected journal.
Reimplemented from Handler.
Definition at line 26 of file RTAdminHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), Request.getUser(), Validation.redirectLogin(), setupTemplate(), and validate().
| RTAdminHandler.setupTemplate | ( | $ | subclass = false, |
|
| $ | version = null, |
|||
| $ | context = null, |
|||
| $ | search = null | |||
| ) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy | |
| $version | object The current version, if applicable | |
| $context | object The current context, if applicable | |
| $search | object The current search, if applicable |
Definition at line 252 of file RTAdminHandler.inc.php.
References TemplateManager.getManager(), and Request.url().
Referenced by index().
| RTAdminHandler.validate | ( | ) |
Ensure that this page is available to the user.
Definition at line 76 of file RTAdminHandler.inc.php.
References Validation.isJournalManager(), and Validation.redirectLogin().
Referenced by index().
1.5.6