PHP Class skeeks\cms\controllers\AdminProfileController

Inheritance: extends skeeks\cms\modules\admin\controllers\AdminModelEditorController
Afficher le fichier Open project: skeeks-cms/cms

Méthodes publiques

Méthode 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 méthode

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

actionFileManager() public méthode

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

actionIndex() public méthode

public actionIndex ( ) : mixed | Response
Résultat mixed | yii\web\Response

actions() public méthode

public actions ( )

beforeAction() public méthode

public beforeAction ( $action )

getPermissionName() public méthode

public getPermissionName ( ) : string
Résultat string

init() public méthode

public init ( )

update() public méthode

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