![]() |
TYPO3
7.6
|
Public Member Functions | |
setParameters (array $parameters) | |
childElementsAllowed () | |
Public Attributes | |
$xtype = '' | |
$configuration = array() | |
Protected Member Functions | |
setAttributes (array $parameters) | |
setFilters (array $parameters) | |
setLabel (array $parameters) | |
setLayout (array $parameters) | |
setValidation (array $parameters) | |
Protected Attributes | |
$allowedAttributes = array() | |
$childElementsAllowed = true | |
JSON element abstract
Definition at line 20 of file AbstractJsonElement.php.
childElementsAllowed | ( | ) |
Check if child elements are allowed within this element
Definition at line 86 of file AbstractJsonElement.php.
References AbstractJsonElement\$childElementsAllowed.
|
protected |
Set the attributes according to the allowed attributes of this element
array | $parameters | Configuration array |
Definition at line 97 of file AbstractJsonElement.php.
References elseif.
Referenced by AbstractJsonElement\setParameters().
|
protected |
Set the filters of the element
array | $parameters | Configuration array |
Definition at line 114 of file AbstractJsonElement.php.
Referenced by AbstractJsonElement\setParameters().
|
protected |
Set the label of the element
array | $parameters | Configuration array |
Definition at line 138 of file AbstractJsonElement.php.
References elseif.
Referenced by AbstractJsonElement\setParameters().
|
protected |
Set the layout of the element
array | $parameters | Configuration array |
Definition at line 153 of file AbstractJsonElement.php.
Referenced by AbstractJsonElement\setParameters().
setParameters | ( | array | $parameters | ) |
Set all the parameters for this object
array | $parameters | Configuration array |
Definition at line 58 of file AbstractJsonElement.php.
References AbstractJsonElement\setAttributes(), AbstractJsonElement\setFilters(), AbstractJsonElement\setLabel(), AbstractJsonElement\setLayout(), and AbstractJsonElement\setValidation().
|
protected |
Set the validation rules for the element
array | $parameters | Configuration array |
Definition at line 170 of file AbstractJsonElement.php.
Referenced by AbstractJsonElement\setParameters().
|
protected |
Definition at line 41 of file AbstractJsonElement.php.
|
protected |
Definition at line 50 of file AbstractJsonElement.php.
Referenced by AbstractJsonElement\childElementsAllowed().
$configuration = array() |
Definition at line 34 of file AbstractJsonElement.php.
$xtype = '' |
Definition at line 27 of file AbstractJsonElement.php.