PHP Class skeeks\cms\controllers\AdminToolsController

Inheritance: extends skeeks\cms\modules\admin\controllers\AdminController
Show file Open project: skeeks-cms/cms

Public Methods

Method Description
actionAdminLastActivity ( ) : skeeks\cms\helpers\RequestResponse Данные о текущем пользователе
actionGetUser ( ) : skeeks\cms\helpers\RequestResponse Данные о текущем пользователе
actionSelectCmsElement ( ) : string Выбор элемента контента
actionSelectCmsUser ( ) : string Выбор элемента контента
actionSelectFile ( ) : string Выбор файла
actionTree ( )
actionViewFileEdit ( )
behaviors ( ) : array Проверка доступа к админке
getPermissionName ( ) : string The name of the privilege of access to this controller
init ( )
renderNodeControll ( $model ) : string

Protected Methods

Method Description
_getMode ( ) : string

Method Details

_getMode() protected method

protected _getMode ( ) : string
return string

actionAdminLastActivity() public method

Данные о текущем пользователе
public actionAdminLastActivity ( ) : skeeks\cms\helpers\RequestResponse
return skeeks\cms\helpers\RequestResponse

actionGetUser() public method

Данные о текущем пользователе
public actionGetUser ( ) : skeeks\cms\helpers\RequestResponse
return skeeks\cms\helpers\RequestResponse

actionSelectCmsElement() public method

Выбор элемента контента
public actionSelectCmsElement ( ) : string
return string

actionSelectCmsUser() public method

Выбор элемента контента
public actionSelectCmsUser ( ) : string
return string

actionSelectFile() public method

Выбор файла
public actionSelectFile ( ) : string
return string

actionTree() public method

public actionTree ( )

actionViewFileEdit() public method

public actionViewFileEdit ( )

behaviors() public method

Проверка доступа к админке
public behaviors ( ) : array
return array

getPermissionName() public method

The name of the privilege of access to this controller
public getPermissionName ( ) : string
return string

init() public method

public init ( )

renderNodeControll() public method

public renderNodeControll ( $model ) : string
$model
return string