Handle requests for settings pages. More...
Public Member Functions | |
| access ($args, &$request) | |
| access ($args, &$request) | |
| categories ($args, &$request) | |
| categories ($args, &$request) | |
| distribution ($args, &$request) | |
| distribution ($args, &$request) | |
| index ($args, &$request) | |
| index ($args, &$request) | |
| press ($args, &$request) | |
| press ($args, &$request) | |
| publication ($args, &$request) | |
| publication ($args, &$request) | |
| series ($args, &$request) | |
| series ($args, &$request) | |
| settings ($args, &$request) | |
| settings ($args, &$request) | |
| SettingsHandler () | |
| SettingsHandler () | |
| website ($args, &$request) | |
| website ($args, &$request) | |
Handle requests for settings pages.
Definition at line 18 of file SettingsHandler.inc.php.
| SettingsHandler.access | ( | $ | args, | |
| &$ | request | |||
| ) |
Display Access and Security page.
| $args | array | |
| $request | PKPRequest |
Definition at line 117 of file SettingsHandler.inc.php.
Referenced by settings().
| SettingsHandler.access | ( | $ | args, | |
| &$ | request | |||
| ) |
Display Access and Security page.
| $args | array | |
| $request | PKPRequest |
Definition at line 117 of file SettingsHandler.inc.php.
| SettingsHandler.categories | ( | $ | args, | |
| &$ | request | |||
| ) |
Display categories admin page.
| $args | array | |
| $request | PKPRequest |
Definition at line 60 of file SettingsHandler.inc.php.
| SettingsHandler.categories | ( | $ | args, | |
| &$ | request | |||
| ) |
Display categories admin page.
| $args | array | |
| $request | PKPRequest |
Definition at line 60 of file SettingsHandler.inc.php.
| SettingsHandler.distribution | ( | $ | args, | |
| &$ | request | |||
| ) |
Display distribution process page.
| $args | array | |
| $request | PKPRequest |
Definition at line 163 of file SettingsHandler.inc.php.
Referenced by settings().
| SettingsHandler.distribution | ( | $ | args, | |
| &$ | request | |||
| ) |
Display distribution process page.
| $args | array | |
| $request | PKPRequest |
Definition at line 163 of file SettingsHandler.inc.php.
| SettingsHandler.index | ( | $ | args, | |
| &$ | request | |||
| ) |
Display settings index page.
| $request | PKPRequest | |
| $args | array |
Definition at line 49 of file SettingsHandler.inc.php.
| SettingsHandler.index | ( | $ | args, | |
| &$ | request | |||
| ) |
Display settings index page.
| $request | PKPRequest | |
| $args | array |
Definition at line 49 of file SettingsHandler.inc.php.
Referenced by settings().
| SettingsHandler.press | ( | $ | args, | |
| &$ | request | |||
| ) |
Display The Press page.
| $args | array | |
| $request | PKPRequest |
Definition at line 128 of file SettingsHandler.inc.php.
| SettingsHandler.press | ( | $ | args, | |
| &$ | request | |||
| ) |
Display The Press page.
| $args | array | |
| $request | PKPRequest |
Definition at line 128 of file SettingsHandler.inc.php.
Referenced by settings().
| SettingsHandler.publication | ( | $ | args, | |
| &$ | request | |||
| ) |
Display publication process page.
| $args | array | |
| $request | PKPRequest |
Definition at line 152 of file SettingsHandler.inc.php.
| SettingsHandler.publication | ( | $ | args, | |
| &$ | request | |||
| ) |
Display publication process page.
| $args | array | |
| $request | PKPRequest |
Definition at line 152 of file SettingsHandler.inc.php.
Referenced by settings().
| SettingsHandler.series | ( | $ | args, | |
| &$ | request | |||
| ) |
Display series admin page.
| $args | array | |
| $request | PKPRequest |
Definition at line 73 of file SettingsHandler.inc.php.
| SettingsHandler.series | ( | $ | args, | |
| &$ | request | |||
| ) |
Display series admin page.
| $args | array | |
| $request | PKPRequest |
Definition at line 73 of file SettingsHandler.inc.php.
| SettingsHandler.settings | ( | $ | args, | |
| &$ | request | |||
| ) |
Route to other settings operations.
| $args | array | |
| $request | PKPRequest |
Definition at line 86 of file SettingsHandler.inc.php.
References access(), distribution(), index(), press(), publication(), and website().
| SettingsHandler.settings | ( | $ | args, | |
| &$ | request | |||
| ) |
Route to other settings operations.
| $args | array | |
| $request | PKPRequest |
Definition at line 86 of file SettingsHandler.inc.php.
References access(), distribution(), index(), press(), publication(), and website().
| SettingsHandler.SettingsHandler | ( | ) |
Constructor.
Definition at line 22 of file SettingsHandler.inc.php.
| SettingsHandler.SettingsHandler | ( | ) |
Constructor.
Definition at line 22 of file SettingsHandler.inc.php.
| SettingsHandler.website | ( | $ | args, | |
| &$ | request | |||
| ) |
Display website page.
| $args | array | |
| $request | PKPRequest |
Definition at line 139 of file SettingsHandler.inc.php.
| SettingsHandler.website | ( | $ | args, | |
| &$ | request | |||
| ) |
Display website page.
| $args | array | |
| $request | PKPRequest |
Definition at line 139 of file SettingsHandler.inc.php.
Referenced by settings().
1.7.1