PHP Class app\themes\BlankTheme

Inheritance: extends Xpressengine\Theme\AbstractTheme
Afficher le fichier Open project: xpressengine/xpressengine

Méthodes publiques

Свойство Type Description
$id

Protected Properties

Свойство Type Description
$supportDesktop
$supportMobile

Méthodes publiques

Méthode 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 méthode

boot
public static boot ( ) : void
Résultat void

getDescription() public static méthode

public static getDescription ( )

getScreenshot() public static méthode

public static getScreenshot ( )

getSettingView() public méthode

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

getSettingsURI() public static méthode

Get Settings URI
public static getSettingsURI ( ) : string
Résultat string

getTitle() public static méthode

public static getTitle ( )

hasSetting() public static méthode

public static hasSetting ( )

render() public méthode

Get the evaluated contents of the object.
public render ( ) : string
Résultat string

Property Details

$id public_oe static_oe property

public static $id

$supportDesktop protected_oe static_oe property

protected static $supportDesktop

$supportMobile protected_oe static_oe property

protected static $supportMobile