PHP Class skeeks\cms\controllers\AdminProfileController

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

Public Methods

Method Description
actionChangePassword ( ) : mixed Updates an existing Game model.
actionFileManager ( ) : mixed Updates an existing Game model.
actionIndex ( ) : mixed | Response
actions ( )
beforeAction ( $action )
getPermissionName ( ) : string
init ( )
update ( skeeks\cms\modules\admin\actions\AdminAction $adminAction )

Method Details

actionChangePassword() public method

If update is successful, the browser will be redirected to the 'view' page.
public actionChangePassword ( ) : mixed
return mixed

actionFileManager() public method

If update is successful, the browser will be redirected to the 'view' page.
public actionFileManager ( ) : mixed
return mixed

actionIndex() public method

public actionIndex ( ) : mixed | Response
return mixed | yii\web\Response

actions() public method

public actions ( )

beforeAction() public method

public beforeAction ( $action )

getPermissionName() public method

public getPermissionName ( ) : string
return string

init() public method

public init ( )

update() public method

public update ( skeeks\cms\modules\admin\actions\AdminAction $adminAction )
$adminAction skeeks\cms\modules\admin\actions\AdminAction