PHP Класс Backend\HomeController

Наследование: extends backend\BackendController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

getChangeLang() публичный Метод

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

getConfig() публичный Метод

Configuration of the website
public getConfig ( ) : Vie\View
Результат Vie\View

getDatatableLangfile() публичный Метод

Get the language file for the datatable
public getDatatableLangfile ( ) : [type]
Результат [type]

getIndex() публичный Метод

Index page of backend dashboard
public getIndex ( ) : Vie\View
Результат Vie\View

getThemeConfig() публичный Метод

Display the settings for the current public theme
public getThemeConfig ( ) : Vie\View
Результат Vie\View

postConfig() публичный Метод

public postConfig ( )

postThemeConfig() публичный Метод

Save the settings for the current public theme
public postThemeConfig ( ) : [type]
Результат [type]