wCMF  3.6
All Classes Namespaces Files Functions Variables Groups Pages
AdminController Class Reference
+ Inheritance diagram for AdminController:

Public Member Functions

 initialize (&$request, &$response)
 
 validate ()
 
 hasView ()
 
 executeKernel ()
 
- Public Member Functions inherited from Controller
 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
 
- Public Attributes inherited from Controller
 $_request = null
 
 $_response = null
 
 $_errorMsg = ''
 
 $_view = null
 
 $_delegate = null
 

Detailed Description

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.

Id:
class.AdminController.php 1462 2014-02-04 23:52:27Z iherwig

Input actions:

  • unspecified: Display the admintool start screen

Output actions:

  • ok In any case
Parameters
[out]usersAn array of all user instances
[out]rolesAn array of all role instances
[out]configfilesAn array of all configuration file names
[out]mainconfigfileThe name of the main configuration file
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 42 of file class.AdminController.php.

Member Function Documentation

AdminController::initialize ( $request,
$response 
)
See Also
Controller::initialize()

Definition at line 49 of file class.AdminController.php.

References ObjectFactory\getInstance().

+ Here is the call graph for this function:

AdminController::validate ( )
See Also
Controller::validate()

Definition at line 60 of file class.AdminController.php.

References Controller\setErrorMsg().

+ Here is the call graph for this function:

AdminController::hasView ( )
See Also
Controller::hasView()

Definition at line 72 of file class.AdminController.php.

AdminController::executeKernel ( )

Process action and assign data to View.

Returns
False (Stop action processing chain).
See Also
Controller::executeKernel()

Definition at line 81 of file class.AdminController.php.

References $GLOBALS, BUILDDEPTH_REQUIRED, WCMFInifileParser\getIniFiles(), and PersistenceFacade\getInstance().

+ Here is the call graph for this function:

Member Data Documentation

AdminController::$_userManager = null

Definition at line 44 of file class.AdminController.php.


The documentation for this class was generated from the following file: