TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
NameJsonElement Class Reference
Inheritance diagram for NameJsonElement:
FieldsetJsonElement ContainerJsonElement AbstractJsonElement

Public Member Functions

 setParameters (array $parameters)
 
- Public Member Functions inherited from FieldsetJsonElement
 setParameters (array $parameters)
 
- Public Member Functions inherited from ContainerJsonElement
 addElement (\TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement $element)
 
- Public Member Functions inherited from AbstractJsonElement
 setParameters (array $parameters)
 
 childElementsAllowed ()
 

Public Attributes

 $xtype = 'typo3-form-wizard-elements-predefined-name'
 
 $configuration
 
- Public Attributes inherited from FieldsetJsonElement
 $xtype = 'typo3-form-wizard-elements-basic-fieldset'
 
 $configuration
 
- Public Attributes inherited from ContainerJsonElement
 $elementContainer
 
- Public Attributes inherited from AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Protected Member Functions

 setVarious (array $parameters)
 
- Protected Member Functions inherited from FieldsetJsonElement
 setLegend (array $parameters)
 

Protected Attributes

 $allowedAttributes
 
- Protected Attributes inherited from FieldsetJsonElement
 $allowedAttributes
 

Detailed Description

JSON name

Definition at line 20 of file NameJsonElement.php.

Member Function Documentation

setParameters ( array  $parameters)

Set all the parameters for this object

Parameters
array$parametersConfiguration array
Returns
void
See Also
::setParameters()

Definition at line 66 of file NameJsonElement.php.

References NameJsonElement\setVarious().

setVarious ( array  $parameters)
protected

Set the various properties for the element

For this element this is the prefix, suffix and middleName if they will be shown in the form

Parameters
array$parametersConfiguration array
Returns
void

Definition at line 81 of file NameJsonElement.php.

Referenced by NameJsonElement\setParameters().

Member Data Documentation

$allowedAttributes
protected
Initial value:
= array(
'class',
'dir',
'id',
'lang',
'style'
)

Definition at line 51 of file NameJsonElement.php.

$configuration
Initial value:
= array(
'attributes' => array(),
'legend' => array(
'value' => ''
),
'various' => array(
'prefix' => false,
'suffix' => false,
'middleName' => false
)
)

Definition at line 34 of file NameJsonElement.php.

$xtype = 'typo3-form-wizard-elements-predefined-name'

Definition at line 27 of file NameJsonElement.php.