Class CMSUsers
Class CMS Users Controller definition.
- Core\Base\Controller
-
Core\Base\Entity
-
CMS\Controllers\CMS
-
CMS\Controllers\CMSUsers
Direct known subclasses
Methods summary
protected
|
#
beforeCreate(
Additional validation rules to ensure password confirmation. |
protected
|
#
beforeEdit(
Additional validation rules to ensure user is authorized to edit this resource. |
public
|
|
protected
|
#
beforeDelete(
Verifies that the current logged user cannot delete himself. |
protected
|
#
afterEdit(
Reloads current user info stored in the application session. |
protected
|
#
loadAttributeSections(
Prevent credentials management on edit action. |
Methods inherited from CMS\Controllers\CMS
__construct()
,
afterCreate()
,
afterDelete()
,
beforeIndex()
,
checkLogged()
,
checkPermissions()
,
loadAccessibilityScope()
,
loadCmsAssets()
,
loadFormAssets()
,
loadListingAssets()
,
loadResource()
,
loadVendorAssets()
Methods inherited from Core\Base\Entity
addAccessibleAttributes()
,
afterIndex()
,
afterShow()
,
beforeShow()
,
create()
,
delete()
,
edit()
,
export()
,
filterAccessibleAttributesData()
,
index()
,
loadDefaultResource()
,
loadFlashMessage()
,
removeAccessibleAttributes()
,
show()
Methods inherited from Core\Base\Controller
__executeAction()
,
actionNotFound()
,
addAfterFilters()
,
addBeforeFilters()
,
generateOutputCacheId()
,
getActionName()
,
getControllerName()
,
getPartialOutput()
,
loadLabels()
,
processOutput()
,
resourceNotFound()
,
setOutputDefaultHeaders()
Properties summary
public
string
|
$resourceModel
Resource Model class name. |
#
'CMS\Models\CMSUser'
|
Properties inherited from CMS\Controllers\CMS
Properties inherited from Core\Base\Entity
$accessibleAttributes
,
$attributes
,
$errors
,
$resource
,
$resources
,
$sections
Properties inherited from Core\Base\Controller
$cachingOutput
,
$labels
,
$layout
,
$meta
,
$renderer
,
$rendererAdapter