PHP Класс Jarves\Configuration\FieldType

Наследование: extends Model
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Открытые методы

Метод Описание
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 )

Описание методов

addOption() публичный Метод

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

getDescription() публичный Метод

public getDescription ( ) : string
Результат string

getId() публичный Метод

public getId ( ) : string
Результат string

getJavascript() публичный Метод

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

getUserInterfaceOnly() публичный Метод

public getUserInterfaceOnly ( ) : boolean
Результат boolean

isUserInterfaceOnly() публичный Метод

public isUserInterfaceOnly ( ) : boolean
Результат boolean

setDescription() публичный Метод

public setDescription ( string $description )
$description string

setId() публичный Метод

public setId ( string $id )
$id string

setJavascript() публичный Метод

public setJavascript ( string $javascript )
$javascript string

setLabel() публичный Метод

public setLabel ( string $label )
$label string

setOptions() публичный Метод

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

setService() публичный Метод

public setService ( string $service )
$service string

setUserInterfaceOnly() публичный Метод

public setUserInterfaceOnly ( boolean $userInterfaceOnly )
$userInterfaceOnly boolean

Описание свойств

$attributes защищенное свойство

protected $attributes

$description защищенное свойство

protected string $description
Результат string

$id защищенное свойство

Needs to be unique across all bundles.
protected string $id
Результат string

$javascript защищенное свойство

The javascript class inside the javascript file should extend jarves.FieldAbstract.
protected string $javascript
Результат 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

$userInterfaceOnly защищенное свойство

protected bool $userInterfaceOnly
Результат boolean