Handle site index requests. More...
Public Member Functions | |
| _displayPressIndexPage ($press, &$templateMgr) | |
| index ($args, &$request) | |
| IndexHandler () | |
Handle site index requests.
Definition at line 18 of file IndexHandler.inc.php.
| IndexHandler._displayPressIndexPage | ( | $ | press, | |
| &$ | templateMgr | |||
| ) |
Display a given press index page.
| $press | Press | |
| $templateMgr | TemplateManager |
Definition at line 82 of file IndexHandler.inc.php.
Referenced by index().
| IndexHandler.index | ( | $ | args, | |
| &$ | request | |||
| ) |
Display the site or press index page. (If a site admin is logged in and no presses exist, redirect to the press administration page -- this may be useful upon install.)
| $args | array | |
| $request | Request |
Definition at line 38 of file IndexHandler.inc.php.
References _displayPressIndexPage(), Handler.getTargetPress(), and Validation.isSiteAdmin().
| IndexHandler.IndexHandler | ( | ) |
Constructor
Definition at line 22 of file IndexHandler.inc.php.
1.7.1