wCMF
3.6
|
Public Member Functions | |
initialize (&$request, &$response) | |
validate () | |
hasView () | |
executeKernel () | |
![]() | |
Controller (&$delegate) | |
initialize (&$request, &$response) | |
validate () | |
hasView () | |
execute () | |
executeKernel () | |
getErrorMsg () | |
setErrorMsg ($msg) | |
appendErrorMsg ($msg) | |
& | getRequest () |
& | getResponse () |
& | getView () |
& | getDelegate () |
getViewTemplate ($controller, $context, $action) | |
getCacheId () | |
assignViewDefaults (&$view) | |
isLocalizedRequest () | |
Public Attributes | |
$_userManager = null | |
![]() | |
$_request = null | |
$_response = null | |
$_errorMsg = '' | |
$_view = null | |
$_delegate = null | |
AdminController is used as an entry point to the admintool.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Input actions:
Output actions:
[out] | users | An array of all user instances |
[out] | roles | An array of all role instances |
[out] | configfiles | An array of all configuration file names |
[out] | mainconfigfile | The name of the main configuration file |
Definition at line 42 of file class.AdminController.php.
AdminController::initialize | ( | & | $request, |
& | $response | ||
) |
Definition at line 49 of file class.AdminController.php.
References ObjectFactory\getInstance().
AdminController::validate | ( | ) |
Definition at line 60 of file class.AdminController.php.
References Controller\setErrorMsg().
AdminController::hasView | ( | ) |
Definition at line 72 of file class.AdminController.php.
AdminController::executeKernel | ( | ) |
Process action and assign data to View.
Definition at line 81 of file class.AdminController.php.
References $GLOBALS, BUILDDEPTH_REQUIRED, WCMFInifileParser\getIniFiles(), and PersistenceFacade\getInstance().
AdminController::$_userManager = null |
Definition at line 44 of file class.AdminController.php.