PHP Class Controller_Admin_Users, kohana-admin

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see .
Inheritance: extends Controller_Admin
Show file Open project: vimofthevine/kohana-admin

Protected Properties

Property Type Description
$_acl_map
$_acl_required
$_current_nav
$_resource
$_resource_required
$_view_map

Public Methods

Method Description
action_delete ( ) Delete a user
action_edit ( ) Edit user details
action_index ( ) Redirect index action to list
action_list ( ) Display list of users
action_new ( ) Create a new user
action_profile ( ) Edit a user's own profile
action_view ( ) Display details for a user

Protected Methods

Method Description
_load_resource ( ) Load a specified user
_menu ( ) Generate menu for user management

Method Details

_load_resource() protected method

Load a specified user
protected _load_resource ( )

_menu() protected method

Generate menu for user management
protected _menu ( )

action_delete() public method

Delete a user
public action_delete ( )

action_edit() public method

Edit user details
public action_edit ( )

action_index() public method

Redirect index action to list
public action_index ( )

action_list() public method

Display list of users
public action_list ( )

action_new() public method

Create a new user
public action_new ( )

action_profile() public method

Edit a user's own profile
public action_profile ( )

action_view() public method

Display details for a user
public action_view ( )

Property Details

$_acl_map protected property

protected $_acl_map

$_acl_required protected property

protected $_acl_required

$_current_nav protected property

protected $_current_nav

$_resource protected property

protected $_resource

$_resource_required protected property

protected $_resource_required

$_view_map protected property

protected $_view_map