PHP Interface Xpressengine\Theme\ThemeEntityInterface

XpressEngine에 등록된 테마들의 정보를 ThemeEntity로 생성하여 처리한다.
Author: XE Developers ([email protected])
Inheritance: extends Illuminate\Contracts\Support\Arrayable, extends Illuminate\Contracts\Support\Jsonable
Afficher le fichier Open project: xpressengine/xpressengine

Méthodes publiques

Méthode Description
getDescription ( ) : string get theme's description
getId ( ) : string get theme id
getScreenshot ( ) : mixed get screenshot of theme
getTitle ( ) : mixed get theme title
render ( ) : string Get the evaluated contents of the object.
renderSetting ( ConfigEntity $config = null ) : Illuminate\Contracts\View\View | void return editConfigView
resolveSetting ( array $config ) : array updateConfig
setting ( ConfigEntity $config = null ) : null get and set config
supportDesktop ( ) : boolean 테마가 desktop 버전을 지원하는지 조사한다.
supportMobile ( ) : boolean 테마가 mobile 버전을 지원하는지 조사한다.

Method Details

getDescription() public méthode

get theme's description
public getDescription ( ) : string
Résultat string

getId() public méthode

get theme id
public getId ( ) : string
Résultat string

getScreenshot() public méthode

get screenshot of theme
public getScreenshot ( ) : mixed
Résultat mixed

getTitle() public méthode

get theme title
public getTitle ( ) : mixed
Résultat mixed

render() public méthode

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

renderSetting() public méthode

return editConfigView
public renderSetting ( ConfigEntity $config = null ) : Illuminate\Contracts\View\View | void
$config Xpressengine\Config\ConfigEntity config data
Résultat Illuminate\Contracts\View\View | void

resolveSetting() public méthode

updateConfig
public resolveSetting ( array $config ) : array
$config array pure config data
Résultat array

setting() public méthode

get and set config
public setting ( ConfigEntity $config = null ) : null
$config Xpressengine\Config\ConfigEntity config data
Résultat null

supportDesktop() public méthode

테마가 desktop 버전을 지원하는지 조사한다.
public supportDesktop ( ) : boolean
Résultat boolean desktop 버전을 지원할 경우 true

supportMobile() public méthode

테마가 mobile 버전을 지원하는지 조사한다.
public supportMobile ( ) : boolean
Résultat boolean mobile 버전을 지원할 경우 true