Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitAdminCouchdbController

Core::arbitAdminCouchdbController

Class arbitAdminCouchdbController

CouchDB backend management controller.

CouchDB backend management controller.

ezcMvcController
   |
   --arbitController
      |
      --arbitAdminCouchdbController
Author(s):
Version:   $Revision: 1692 $
License:   GPL

Member Variables

protected static int $file
Counter indicating the already used file names.

Counter indicating the already used file names.

Method Summary

public arbitViewModel exportBackup( $request )
Export backups Export backups for all listed projects.
protected string getFileName( $request )
Get file name for current request
public arbitViewModel importBackup( $request )
Import backups Import backups for all listed projects.
public arbitViewModel primeViews( $request )
Prime all view caches Since view cache generation can take some time this action ensures all view caches are request once. backup.

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

exportBackup

arbitViewModel exportBackup( arbitRequest $request )

Export backups Export backups for all listed projects.

Export backups Export backups for all listed projects.

Parameters:
Name Type Description
$request arbitRequest

getFileName

string getFileName( arbitRequest $request )

Get file name for current request

Get file name for current request

Parameters:
Name Type Description
$request arbitRequest

importBackup

arbitViewModel importBackup( arbitRequest $request )

Import backups Import backups for all listed projects.

Import backups Import backups for all listed projects.

Parameters:
Name Type Description
$request arbitRequest

primeViews

arbitViewModel primeViews( arbitRequest $request )

Prime all view caches Since view cache generation can take some time this action ensures all view caches are request once. backup.

Prime all view caches Since view cache generation can take some time this action ensures all view caches are request once. Especially useful after importing a backup.

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