PHP Класс 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 .
Наследование: extends Controller_Admin
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_acl_map
$_acl_required
$_current_nav
$_resource
$_resource_required
$_view_map

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
_load_resource ( ) Load a specified user
_menu ( ) Generate menu for user management

Описание методов

_load_resource() защищенный Метод

Load a specified user
protected _load_resource ( )

_menu() защищенный Метод

Generate menu for user management
protected _menu ( )

action_delete() публичный Метод

Delete a user
public action_delete ( )

action_edit() публичный Метод

Edit user details
public action_edit ( )

action_index() публичный Метод

Redirect index action to list
public action_index ( )

action_list() публичный Метод

Display list of users
public action_list ( )

action_new() публичный Метод

Create a new user
public action_new ( )

action_profile() публичный Метод

Edit a user's own profile
public action_profile ( )

action_view() публичный Метод

Display details for a user
public action_view ( )

Описание свойств

$_acl_map защищенное свойство

protected $_acl_map

$_acl_required защищенное свойство

protected $_acl_required

$_current_nav защищенное свойство

protected $_current_nav

$_resource защищенное свойство

protected $_resource

$_resource_required защищенное свойство

protected $_resource_required

$_view_map защищенное свойство

protected $_view_map