modules/admin/classes/controller/users.php

Show: inherited
Table of Contents

\Admin\Controller_Users

Package:
Parent(s)
\Admin\Controller_Template < \Controller_Template

Properties

Propertyprotectedarray  $public= 'array()'
staticinherited

List of actions to be publicly accessible (Auth checking is not run at all)

Inherited from: \Admin\Controller_Template::$$public
class Controller_Home extends \Admin\Controller_Template {
  protected static $public = array('index', 'view');
}
Default valuearray()Details
Type
array
Inherited_from
\Admin\Controller_Template::$$public  

Methods

methodprotected_edit(  $user ) : void

Parameters
Name Type Description
$user
methodpublicaction_create( ) : void

methodpublicaction_delete(  $id = false ) : void

Parameters
Name Type Description
$id
methodpublicaction_edit(  $id = false ) : void

Parameters
Name Type Description
$id
methodpublicaction_index( ) : void

methodpublicaction_password(  $id = false ) : void

Parameters
Name Type Description
$id
methodpublicaction_view(  $id = false ) : void

Parameters
Name Type Description
$id
methodpublicafter(  $response ) : void
inherited

Inherited from: \Admin\Controller_Template::after()
Parameters
Name Type Description
$response
methodpublicbefore( ) : void
inherited

Inherited from: \Admin\Controller_Template::before()
Documentation was generated by DocBlox 0.18.1.