Class Entity
Class Resource definition.
- Core\Base\Controller
-
Core\Base\Entity
Direct known subclasses
Indirect known subclasses
CMS\Controllers\Account
,
CMS\Controllers\CMSHelp
,
CMS\Controllers\CMSUserRoles
,
CMS\Controllers\CMSUsers
Methods summary
public
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
delete(
Deletes resource - deletes model from the database. |
protected
|
#
beforeIndex(
Hook - executes before index query. |
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
array
|
|
protected
|
#
afterCreate(
Hook - executes after create action. |
protected
|
|
protected
|
#
afterEdit(
Hook - executes after edit action. |
protected
|
|
protected
|
#
afterDelete(
Hook - executes after delete action. |
public
|
|
protected
|
|
protected
|
|
protected
|
Methods inherited from Core\Base\Controller
__executeAction()
,
actionNotFound()
,
addAfterFilters()
,
addBeforeFilters()
,
generateOutputCacheId()
,
getActionName()
,
getControllerName()
,
getPartialOutput()
,
loadLabels()
,
processOutput()
,
resourceNotFound()
,
setOutputDefaultHeaders()
Properties summary
public
|
$resource
Stores the currently managed resource. |
#
null
|
public
mixed
|
$resources
Stores all managed resources. |
#
null
|
public
array
|
$errors
Stores all validation errors. |
#
array()
|
protected
array
|
$accessibleAttributes
Resource accessible attributes. |
#
array()
|
public
string
|
$resourceModel
Resource Model Name. |
#
''
|
public
array
|
$sections
Resource Sections. |
#
array()
|
public
array
|
$attributes
Resource Attributes. |
#
array()
|
Properties inherited from Core\Base\Controller
$cachingOutput
,
$labels
,
$layout
,
$meta
,
$renderer
,
$rendererAdapter