PHP Class Backend\HomeController

Inheritance: extends backend\BackendController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

Méthode Description
getChangeLang ( $lang ) Change the CMS language
getConfig ( ) : Vie\View Configuration of the website
getDatatableLangfile ( ) : [type] Get the language file for the datatable
getIndex ( ) : Vie\View Index page of backend dashboard
getThemeConfig ( ) : Vie\View Display the settings for the current public theme
postConfig ( )
postThemeConfig ( ) : [type] Save the settings for the current public theme

Method Details

getChangeLang() public méthode

Change the CMS language
public getChangeLang ( $lang )
$lang

getConfig() public méthode

Configuration of the website
public getConfig ( ) : Vie\View
Résultat Vie\View

getDatatableLangfile() public méthode

Get the language file for the datatable
public getDatatableLangfile ( ) : [type]
Résultat [type]

getIndex() public méthode

Index page of backend dashboard
public getIndex ( ) : Vie\View
Résultat Vie\View

getThemeConfig() public méthode

Display the settings for the current public theme
public getThemeConfig ( ) : Vie\View
Résultat Vie\View

postConfig() public méthode

public postConfig ( )

postThemeConfig() public méthode

Save the settings for the current public theme
public postThemeConfig ( ) : [type]
Résultat [type]