Handle Reading Tools administration requests. More...
Public Member Functions | |
| index () | |
| RTAdminHandler () | |
| setupTemplate ($subclass=false, $version=null, $context=null, $search=null) | |
Handle Reading Tools administration requests.
Definition at line 22 of file RTAdminHandler.inc.php.
| RTAdminHandler.index | ( | ) |
If no conference is selected, display list of conferences. Otherwise, display the index page for the selected conference.
Definition at line 37 of file RTAdminHandler.inc.php.
References Request.getConference(), Validation.redirectLogin(), and setupTemplate().
| RTAdminHandler.RTAdminHandler | ( | ) |
Constructor
Definition at line 26 of file RTAdminHandler.inc.php.
Referenced by RTContextHandler.RTContextHandler(), RTSearchHandler.RTSearchHandler(), RTSetupHandler.RTSetupHandler(), and RTVersionHandler.RTVersionHandler().
| 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 125 of file RTAdminHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), and Request.url().
Referenced by index().
1.7.1