Method |
Description |
|
__call ( string $method, array $arguments ) : mixed |
SkinEntity에서 제공하지 않는 메소드일 경우 이 entity가 저장하고 있는 skin의 method를 호출한다. |
|
__construct ( string $id, string $class, array $config = null ) |
SkinEntity constructor. |
|
getClass ( ) : string |
get class name of skin |
|
getDescription ( ) : string |
get skin's description |
|
getId ( ) : string |
get skin id |
|
getObject ( ) : AbstractSkin |
get object of skin |
|
getScreenshot ( ) : mixed |
get screenshot of skin |
|
getSettingView ( array $config = [] ) : string | Illuminate\Contracts\Support\Renderable |
get skin setting view |
|
getTitle ( ) : mixed |
get skin title |
|
renderSetting ( array $args = [] ) : string | Illuminate\Contracts\Support\Renderable |
get skin setting view |
|
resolveSetting ( array $config ) : array |
updateConfig |
|
setting ( array $config = null ) : null |
get and set config |
|
supportDesktop ( ) : boolean |
스킨이 desktop 버전을 지원하는지 조사한다. |
|
supportDesktopOnly ( ) : boolean |
스킨이 desktop 버전만을 지원하는지 조사한다. |
|
supportMobile ( ) : boolean |
스킨이 mobile 버전을 지원하는지 조사한다. |
|
supportMobileOnly ( ) : boolean |
스킨이 mobile 버전만을 지원하는지 조사한다. |
|
toArray ( ) : array |
Get the instance as an array. |
|
toJson ( integer $options ) : string |
Convert the object to its JSON representation. |
|