메소드 |
설명 |
|
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 버전을 지원하는지 조사한다. |
|