PHP Class App\FieldTypes\Boolean

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

Protected Properties

Property Type Description
$id

Public Methods

Method Description
description ( ) : string get field type description
getColumns ( ) : ColumnEntity[] return columns
getRules ( ) : array return rules
getSettingsRules ( ) : array 다이나믹필스 생성할 때 타입 설정에 적용될 rule 반환
getSettingsView ( ConfigEntity $config = null ) : string Dynamic Field 설정 페이지에서 각 fieldType 에 필요한 설정 등록 페이지 반환 return html tag string
name ( ) : string get field type name

Method Details

description() public method

get field type description
public description ( ) : string
return string

getColumns() public method

return columns
public getColumns ( ) : ColumnEntity[]
return Xpressengine\DynamicField\ColumnEntity[]

getRules() public method

return rules
public getRules ( ) : array
return array

getSettingsRules() public method

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

getSettingsView() public method

Dynamic Field 설정 페이지에서 각 fieldType 에 필요한 설정 등록 페이지 반환 return html tag string
public getSettingsView ( ConfigEntity $config = null ) : string
$config Xpressengine\Config\ConfigEntity config entity
return string

name() public method

get field type name
public name ( ) : string
return string

Property Details

$id protected static property

protected static $id