modules/admin/classes/controller/groups.php
\Admin\Controller_Groups
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
_edit(
\Admin\$group $group
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$group | \Admin\$group | \PropAuth\Model_Group |
after(
$response
)
:
void
inherited
Inherited from:
\Admin\Controller_Template::after()
Parameters
Name | Type | Description |
---|---|---|
$response |