Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitAdminController

Core::arbitAdminController

Class arbitAdminController

Main controller for the arbit project tracker, implementing all user and group related functionality.

Main controller for the arbit project tracker, implementing all user and group related functionality.

ezcMvcController
   |
   --arbitController
      |
      --arbitAdminController
Author(s):
Version:   $Revision: 1683 $
License:   GPL

Method Summary

public arbitViewModuleModel clearCache( $request )
Clear cache Clear caches, as specified by the request parameters.
public arbitViewModuleModel listCaches( $request )
List available cache types
public arbitViewModuleModel validateUser( $request )
Validate the given user Validate the given user account, so he / she can login aftewards.
public arbitViewModuleModel verifyBackend( $request )
Verify integrity of selected database backend Call the integrity checking method in the selcted storage backend for database maintanance.

Inherited Methods

From arbitController
public static string arbitController::createActionMethodName()
Creates a method name to call from an action name.
public ezcMvcResult|ezcMvcInternalRedirect arbitController::createResult()
Runs the controller to process the query and return variables usable to render the view.
protected void arbitController::setRequestVariables()
Don't copy shit here.
public void arbitController::__call()
Wrapper for unknown actions Wrapper for unknown actions, which throws an exception instead of causing PHP to report a fatal error.

Methods

clearCache

arbitViewModuleModel clearCache( arbitRequest $request )

Clear cache Clear caches, as specified by the request parameters.

Clear cache Clear caches, as specified by the request parameters.

Parameters:
Name Type Description
$request arbitRequest

listCaches

arbitViewModuleModel listCaches( arbitRequest $request )

List available cache types

List available cache types Return a list of available cache types

Parameters:
Name Type Description
$request arbitRequest

validateUser

arbitViewModuleModel validateUser( arbitRequest $request )

Validate the given user Validate the given user account, so he / she can login aftewards.

Validate the given user Validate the given user account, so he / she can login aftewards.

Parameters:
Name Type Description
$request arbitRequest

verifyBackend

arbitViewModuleModel verifyBackend( arbitRequest $request )

Verify integrity of selected database backend Call the integrity checking method in the selcted storage backend for database maintanance.

Verify integrity of selected database backend Call the integrity checking method in the selcted storage backend for database maintanance.

Parameters:
Name Type Description
$request arbitRequest
Documentation generated on Mon, 05 Apr 2010 14:01:28 +0200 by phpDocumentor 1.4.3