PHP 클래스 Jarves\Configuration\ContentType

상속: extends Model
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$description string
$id string Needs to be unique across all bundles.
$label string
$options Field[] Not yet implemented.
$requiredProperties
$rootName
$service string The Symfony service to chose for the rendering (Jarves\ContentRender)

공개 메소드들

메소드 설명
addOption ( Field $field = null )
getDescription ( ) : string
getId ( ) : string
getLabel ( ) : string
getOption ( string $id ) : Field
getOptions ( ) : Field[]
getService ( ) : string
setDescription ( string $description )
setId ( string $id )
setLabel ( string $label )
setOptions ( array $options = null )
setService ( string $service )

메소드 상세

addOption() 공개 메소드

public addOption ( Field $field = null )
$field Field

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getOption() 공개 메소드

public getOption ( string $id ) : Field
$id string
리턴 Field

getOptions() 공개 메소드

public getOptions ( ) : Field[]
리턴 Field[]

getService() 공개 메소드

public getService ( ) : string
리턴 string

setDescription() 공개 메소드

public setDescription ( string $description )
$description string

setId() 공개 메소드

public setId ( string $id )
$id string

setLabel() 공개 메소드

public setLabel ( string $label )
$label string

setOptions() 공개 메소드

public setOptions ( array $options = null )
$options array

setService() 공개 메소드

public setService ( string $service )
$service string

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string

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

Needs to be unique across all bundles.
protected string $id
리턴 string

$label 보호되어 있는 프로퍼티

protected string $label
리턴 string

$options 보호되어 있는 프로퍼티

Not yet implemented.
protected Field[],Jarves\Configuration $options
리턴 Field[]

$requiredProperties 보호되어 있는 프로퍼티

protected $requiredProperties

$rootName 보호되어 있는 프로퍼티

protected $rootName

$service 보호되어 있는 프로퍼티

The Symfony service to chose for the rendering (Jarves\ContentRender)
protected string $service
리턴 string