PHP Class Xpressengine\Tests\DynamicField\testSkin

Inheritance: extends Xpressengine\DynamicField\AbstractSkin
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
getPath ( ) : string get view file directory path
getSettingsRules ( ) : array 다이나믹필스 생성할 때 스킨 설정에 적용될 rule 반환
name ( ) : string get name of skin

Method Details

getPath() public method

get view file directory path
public getPath ( ) : string
return string

getSettingsRules() public method

다이나믹필스 생성할 때 스킨 설정에 적용될 rule 반환
public getSettingsRules ( ) : array
return array

name() public method

get name of skin
public name ( ) : string
return string