Class CMSUserRoles
Class CMS User Roles Controller definition.
- Core\Base\Controller
-
Core\Base\Entity
-
CMS\Controllers\CMS
-
CMS\Controllers\CMSUserRoles
Methods summary
protected
|
|
protected
|
#
beforeEdit(
Additional validation rules to ensure user is authorized to edit this resource. |
protected
|
#
beforeDelete(
Verifies the current user cannot delete his role. |
protected
|
Methods inherited from CMS\Controllers\CMS
__construct()
,
afterCreate()
,
afterDelete()
,
beforeIndex()
,
checkLogged()
,
checkPermissions()
,
loadCmsAssets()
,
loadFormAssets()
,
loadListingAssets()
,
loadResource()
,
loadVendorAssets()
Methods inherited from Core\Base\Entity
addAccessibleAttributes()
,
afterEdit()
,
afterIndex()
,
afterShow()
,
beforeShow()
,
create()
,
delete()
,
edit()
,
export()
,
filterAccessibleAttributesData()
,
index()
,
loadAttributeSections()
,
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\CMSUserRole'
|
protected
array
|
$scope
Access scope for the current user session. |
#
array()
|
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