PHP Class app\themes\BlankTheme

Inheritance: extends Xpressengine\Theme\AbstractTheme
Show file Open project: xpressengine/xpressengine

Public Properties

Property Type Description
$id

Protected Properties

Property Type Description
$supportDesktop
$supportMobile

Public Methods

Method Description
boot ( ) : void boot
getDescription ( )
getScreenshot ( )
getSettingView ( ConfigEntity $config = null ) : string 테마 설정 페이지에 출력할 html 텍스트를 출력한다.
getSettingsURI ( ) : string Get Settings URI
getTitle ( )
hasSetting ( )
render ( ) : string Get the evaluated contents of the object.

Method Details

boot() public static method

boot
public static boot ( ) : void
return void

getDescription() public static method

public static getDescription ( )

getScreenshot() public static method

public static getScreenshot ( )

getSettingView() public method

설정폼은 자동으로 생성되며 설정폼 내부에 출력할 html만 반환하면 된다.
public getSettingView ( ConfigEntity $config = null ) : string
$config Xpressengine\Config\ConfigEntity 기존에 설정된 설정값
return string

getSettingsURI() public static method

Get Settings URI
public static getSettingsURI ( ) : string
return string

getTitle() public static method

public static getTitle ( )

hasSetting() public static method

public static hasSetting ( )

render() public method

Get the evaluated contents of the object.
public render ( ) : string
return string

Property Details

$id public static property

public static $id

$supportDesktop protected static property

protected static $supportDesktop

$supportMobile protected static property

protected static $supportMobile