Class cfBackendControllerAction
cfBackendControllerAction Class
Base class for manager controller action classes.
- flControllerAction
- cfBackendControllerAction
Direct known subclasses
cfBackendAdduserAction
,
cfBackendApikeysAction
,
cfBackendDraftsAction
,
cfBackendEdituserAction
,
cfBackendElementsAction
,
cfBackendFilemgrAction
,
cfBackendFingerprintAction
,
cfBackendForgotpwdAction
,
cfBackendImagepreviewAction
,
cfBackendListusersAction
,
cfBackendLoginAction
,
cfBackendLogoutAction
,
cfBackendBrowsectntAction
,
cfBackendModulesAction
,
cfBackendMyprofileAction
,
cfBackendPrivatefilemgrAction
,
cfBackendResetpwdAction
,
cfBackendRolesAction
,
cfBackendSelectsiteAction
,
cfBackendSet403Action
,
cfBackendSet404Action
,
cfBackendSeterrorAction
,
cfBackendSethomeAction
,
cfBackendBrowsefilesAction
,
cfBackendSetthemeAction
,
cfBackendSettingsAction
,
cfBackendSitemgrAction
,
cfBackendSocialimgsAction
,
cfBackendClearcacheAction
,
cfBackendClearipblocksAction
,
cfBackendContentpermsAction
,
cfBackendContenttypesAction
,
cfBackendDashboardAction
,
cfBackendDocumentsAction
Package: clearFusionCMS
Copyright: Copyright (c) 2012 - 2016 clearFusionCMS. All rights reserved.
Located at system/app/cfBackendController.php
Methods summary
public
|
|
public
|
#
testPermission( string|array $permission )
Test if the logged in user has access permission. If the user doesn't have permission then they are directed to the dashboard. |
public
string
|
#
assemble( string $module, string $action, array $data = array(), boolean $absolute = false, boolean $secure = null )
Assemble a manager URI. |
public
|
|
public
string
|
|
public
string
|
#
renderBlock( string $title, string $content, string $desc = '', string $msg = '',
Render a page block. |
public
string
|
#
renderBlockToolbar(
Render a page block with a toolbar. |
public
string
|
#
lockObject( string $module, integer $id, boolean $global = false )
Lock the module object to the current user. |
public
|
#
unlockObject( string $module, integer $id, boolean $global = false )
Unlock the module object from the current user. |
public
|
|
public
string
|
|
public
string
|
Methods inherited from flControllerAction
Properties summary
protected
|
$db
The database object. |
|
protected
|
$tpl
The template engine. |
|
protected
|
$user
The user object. |
|
protected
|
$session
The session object. |
|
protected
|
$breadcrumbTrail
The breadcrumb trail. |
#
null
|
protected
|
$cache
Cache object to use. |
|
protected
|
$managerSession
The manager session data. |