PHP 클래스 App\FieldSkins\Boolean\DefaultSkin

상속: extends Xpressengine\DynamicField\AbstractSkin
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

프로퍼티 타입 설명
$id

공개 메소드들

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

메소드 상세

getPath() 공개 메소드

get view file directory path
public getPath ( ) : string
리턴 string

getSettingsRules() 공개 메소드

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

name() 공개 메소드

get name of skin
public name ( ) : string
리턴 string

프로퍼티 상세

$id 보호되어 있는 정적으로 프로퍼티

protected static $id