PHP Class Jarves\Configuration\ContentType

Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство Type Description
$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)

Méthodes publiques

Méthode Description
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 )

Method Details

addOption() public méthode

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

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getLabel() public méthode

public getLabel ( ) : string
Résultat string

getOption() public méthode

public getOption ( string $id ) : Field
$id string
Résultat Field

getOptions() public méthode

public getOptions ( ) : Field[]
Résultat Field[]

getService() public méthode

public getService ( ) : string
Résultat string

setDescription() public méthode

public setDescription ( string $description )
$description string

setId() public méthode

public setId ( string $id )
$id string

setLabel() public méthode

public setLabel ( string $label )
$label string

setOptions() public méthode

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

setService() public méthode

public setService ( string $service )
$service string

Property Details

$attributes protected_oe property

protected $attributes

$description protected_oe property

protected string $description
Résultat string

$id protected_oe property

Needs to be unique across all bundles.
protected string $id
Résultat string

$label protected_oe property

protected string $label
Résultat string

$options protected_oe property

Not yet implemented.
protected Field[],Jarves\Configuration $options
Résultat Field[]

$requiredProperties protected_oe property

protected $requiredProperties

$rootName protected_oe property

protected $rootName

$service protected_oe property

The Symfony service to chose for the rendering (Jarves\ContentRender)
protected string $service
Résultat string