PHP 클래스 Backend\HomeController

상속: extends backend\BackendController
파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

메소드 설명
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]