PHP 인터페이스 Xpressengine\Theme\ThemeEntityInterface

XpressEngine에 등록된 테마들의 정보를 ThemeEntity로 생성하여 처리한다.
저자: XE Developers ([email protected])
상속: extends Illuminate\Contracts\Support\Arrayable, extends Illuminate\Contracts\Support\Jsonable
파일 보기 프로젝트 열기: xpressengine/xpressengine

공개 메소드들

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