Property | 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 | Not yet implemented. | ||
$requiredProperties | |||
$rootName | |||
$service | string | The Symfony service to chose for the rendering (Jarves\ContentRender) | |
$userInterfaceOnly | boolean |
Method | Description | |
---|---|---|
addOption ( |
||
getDescription ( ) : string | ||
getId ( ) : string | ||
getJavascript ( ) : string | ||
getLabel ( ) : string | ||
getOption ( string $id ) : |
||
getOptions ( ) : |
||
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 ) |
public setUserInterfaceOnly ( boolean $userInterfaceOnly ) | ||
$userInterfaceOnly | boolean |
protected string $javascript | ||
return | string |
protected Field[],Jarves\Configuration $options | ||
return |
protected string $service | ||
return | string |