PHP Class Jarves\Configuration\FieldType

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.
$javascript string The javascript class inside the javascript file should extend jarves.FieldAbstract.
$label string
$options Field[] Not yet implemented.
$requiredProperties
$rootName
$service string The Symfony service to chose for the rendering (Jarves\ContentRender)
$userInterfaceOnly boolean

Méthodes publiques

Méthode Description
addOption ( Field $field = null )
getDescription ( ) : string
getId ( ) : string
getJavascript ( ) : string
getLabel ( ) : string
getOption ( string $id ) : Field
getOptions ( ) : Field[]
getService ( ) : string
getUserInterfaceOnly ( ) : boolean
isUserInterfaceOnly ( ) : boolean
setDescription ( string $description )
setId ( string $id )
setJavascript ( string $javascript )
setLabel ( string $label )
setOptions ( array $options = null )
setService ( string $service )
setUserInterfaceOnly ( boolean $userInterfaceOnly )

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

getJavascript() public méthode

public getJavascript ( ) : 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

getUserInterfaceOnly() public méthode

public getUserInterfaceOnly ( ) : boolean
Résultat boolean

isUserInterfaceOnly() public méthode

public isUserInterfaceOnly ( ) : boolean
Résultat boolean

setDescription() public méthode

public setDescription ( string $description )
$description string

setId() public méthode

public setId ( string $id )
$id string

setJavascript() public méthode

public setJavascript ( string $javascript )
$javascript 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

setUserInterfaceOnly() public méthode

public setUserInterfaceOnly ( boolean $userInterfaceOnly )
$userInterfaceOnly boolean

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

$javascript protected_oe property

The javascript class inside the javascript file should extend jarves.FieldAbstract.
protected string $javascript
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

$userInterfaceOnly protected_oe property

protected bool $userInterfaceOnly
Résultat boolean