PHP Class Backend\HomeController

Inheritance: extends backend\BackendController
Datei anzeigen Open project: doptor/doptor

Public Methods

Method 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 method

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

getConfig() public method

Configuration of the website
public getConfig ( ) : Vie\View
return Vie\View

getDatatableLangfile() public method

Get the language file for the datatable
public getDatatableLangfile ( ) : [type]
return [type]

getIndex() public method

Index page of backend dashboard
public getIndex ( ) : Vie\View
return Vie\View

getThemeConfig() public method

Display the settings for the current public theme
public getThemeConfig ( ) : Vie\View
return Vie\View

postConfig() public method

public postConfig ( )

postThemeConfig() public method

Save the settings for the current public theme
public postThemeConfig ( ) : [type]
return [type]