Method |
Description |
|
__call ( string $method, array $arguments ) : mixed |
ThemeEntity에서 제공하지 않는 메소드일 경우 이 entity가 저장하고 있는 theme의 method를 호출한다. |
|
__construct ( string $id, string $class ) |
ThemeEntity constructor. |
|
getClass ( ) : string |
get class name of theme |
|
getDescription ( ) : string |
get theme's description |
|
getId ( ) : string |
get theme id |
|
getObject ( ) : AbstractTheme |
get object of theme |
|
getScreenshot ( ) : mixed |
get screenshot of theme |
|
getSettingsURI ( ) : null | string |
get theme setting page url |
|
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 버전을 지원하는지 조사한다. |
|
toArray ( ) : array |
Get the instance as an array. |
|
toJson ( integer $options ) : string |
Convert the object to its JSON representation. |
|