TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Confirmation\Element\FieldsetElementView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Confirmation\Element\FieldsetElementView:
TYPO3\CMS\Form\View\Confirmation\Element\ContainerElementView TYPO3\CMS\Form\View\Confirmation\Element\AbstractElementView tx_form_View_Confirmation_Element_Fieldset TYPO3\CMS\Form\View\Confirmation\Element\CheckboxGroupElementView TYPO3\CMS\Form\View\Confirmation\Element\RadioGroupElementView tx_form_View_Confirmation_Element_Checkboxgroup tx_form_View_Confirmation_Element_Radiogroup

Public Member Functions

 __construct (\TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement $model)
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Confirmation\Element\ContainerElementView
 getChildElements (\DOMDocument $dom)
 
 createChildElementFromModel ($modelChild)
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Confirmation\Element\AbstractElementView
 __construct ($model)
 
 render ($type='element', $returnFirstChild=TRUE)
 
 replaceNodeWithFragment (\DOMDocument $dom, \DOMNode $node, \DOMNode $value)
 
 setAttributes (\DOMElement $domElement)
 
 setAttribute (\DOMElement $domElement, $key)
 
 setAttributeWithValueofOtherAttribute (\DOMElement $domElement, $key, $other)
 
 getAdditional ($key)
 
 getInputValue ()
 
 getElementWrapId ()
 
 getElementWrapType ()
 
 getElementWraps ()
 
 noWrap ()
 

Protected Attributes

 $layout
 
- Protected Attributes inherited from TYPO3\CMS\Form\View\Confirmation\Element\ContainerElementView
 $containerWrap
 
- Protected Attributes inherited from TYPO3\CMS\Form\View\Confirmation\Element\AbstractElementView
 $model
 
 $elementWrap
 
 $noWrap = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Form\View\Confirmation\Element\AbstractElementView
 parseXML (\DOMDocument $dom, \DOMNode $reference, $emptyElement=FALSE)
 
 createAdditional ($class)
 

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! View object for the fieldset element

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 FieldsetElementView.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\View\Confirmation\Element\FieldsetElementView::__construct ( \TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement  $model)

Constructor

Parameters
\TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement$modelModel for this element

Definition at line 41 of file FieldsetElementView.php.

Member Data Documentation

◆ $layout

TYPO3\CMS\Form\View\Confirmation\Element\FieldsetElementView::$layout
protected
Initial value:
= '
<fieldset>
<legend />
<containerWrap />
</fieldset>
'

Definition at line 29 of file FieldsetElementView.php.