PHP Интерфейс Xpressengine\Theme\ThemeEntityInterface

XpressEngine에 등록된 테마들의 정보를 ThemeEntity로 생성하여 처리한다.
Автор: XE Developers ([email protected])
Наследование: extends Illuminate\Contracts\Support\Arrayable, extends Illuminate\Contracts\Support\Jsonable
Показать файл Открыть проект

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

Метод Описание
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 버전을 지원하는지 조사한다.

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

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

get theme's description
public getDescription ( ) : string
Результат string

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

get theme id
public getId ( ) : string
Результат string

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

get screenshot of theme
public getScreenshot ( ) : mixed
Результат mixed

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

get theme title
public getTitle ( ) : mixed
Результат mixed

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

Get the evaluated contents of the object.
public render ( ) : string
Результат string

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

return editConfigView
public renderSetting ( ConfigEntity $config = null ) : Illuminate\Contracts\View\View | void
$config Xpressengine\Config\ConfigEntity config data
Результат Illuminate\Contracts\View\View | void

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

updateConfig
public resolveSetting ( array $config ) : array
$config array pure config data
Результат array

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

get and set config
public setting ( ConfigEntity $config = null ) : null
$config Xpressengine\Config\ConfigEntity config data
Результат null

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

테마가 desktop 버전을 지원하는지 조사한다.
public supportDesktop ( ) : boolean
Результат boolean desktop 버전을 지원할 경우 true

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

테마가 mobile 버전을 지원하는지 조사한다.
public supportMobile ( ) : boolean
Результат boolean mobile 버전을 지원할 경우 true