modules/admin/classes/controller/users.php
\Admin\Controller_Users
Package:
Default value
- Parent(s)
- \Admin\Controller_Template < \Controller_Template
Properties
array
$public= 'array()'
staticinherited
List of actions to be publicly accessible (Auth checking is not run at all)
Inherited from: \Admin\Controller_Template::$$publicclass Controller_Home extends \Admin\Controller_Template {
protected static $public = array('index', 'view');
}
array()
Details- Type
- array
- Inherited_from
- \Admin\Controller_Template::$$public
Methods
after(
$response
)
:
void
inherited
Inherited from:
\Admin\Controller_Template::after()
Parameters
Name | Type | Description |
---|---|---|
$response |