TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement Class Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement:
TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement tx_form_Domain_Model_JSON_Container TYPO3\CMS\Form\Domain\Model\Json\FieldsetJsonElement TYPO3\CMS\Form\Domain\Model\Json\FormJsonElement tx_form_Domain_Model_JSON_Fieldset TYPO3\CMS\Form\Domain\Model\Json\CheckboxGroupJsonElement TYPO3\CMS\Form\Domain\Model\Json\NameJsonElement TYPO3\CMS\Form\Domain\Model\Json\RadioGroupJsonElement tx_form_Domain_Model_JSON_Form tx_form_Domain_Model_JSON_Checkboxgroup tx_form_Domain_Model_JSON_Name tx_form_Domain_Model_JSON_Radiogroup

Public Member Functions

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

Public Attributes

 $elementContainer
 
- Public Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $xtype = ''
 
 $configuration = array()
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 setAttributes (array $parameters)
 
 setFilters (array $parameters)
 
 setLabel (array $parameters)
 
 setLayout (array $parameters)
 
 setValidation (array $parameters)
 
- Protected Attributes inherited from TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement
 $allowedAttributes = array()
 
 $childElementsAllowed = TRUE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! JSON container abstract

Author
Patrick Broens patri.nosp@m.ck@p.nosp@m.atric.nosp@m.kbro.nosp@m.ens.n.nosp@m.l

Definition at line 22 of file ContainerJsonElement.php.

Member Function Documentation

◆ addElement()

TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement::addElement ( \TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement  $element)

Add an element to this container

Parameters
\TYPO3\CMS\Form\Domain\Model\Json\AbstractJsonElement$elementThe element to add
Returns
void

Definition at line 40 of file ContainerJsonElement.php.

Member Data Documentation

◆ $elementContainer

TYPO3\CMS\Form\Domain\Model\Json\ContainerJsonElement::$elementContainer
Initial value:
= array(
'hasDragAndDrop' => TRUE,
'items' => array()
)

Definition at line 29 of file ContainerJsonElement.php.