TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Form\Element\HiddenElementView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Form\Element\HiddenElementView:
TYPO3\CMS\Form\View\Form\Element\AbstractElementView tx_form_View_Form_Element_Hidden

Protected Attributes

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

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Form\View\Form\Element\AbstractElementView
 __construct (\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement $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)
 
 getElementData ($encodeSpecialCharacters=TRUE)
 
 getElementWrapId ()
 
 getElementWrapType ()
 
 getElementWraps ()
 
 noWrap ()
 
- Protected Member Functions inherited from TYPO3\CMS\Form\View\Form\Element\AbstractElementView
 isValidModel (\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement $model)
 
 getExpectedModelName (\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement $model)
 
 parseXML (\DOMDocument $dom, \DOMNode $reference)
 
 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 hidden 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 HiddenElementView.php.

Member Data Documentation

◆ $layout

TYPO3\CMS\Form\View\Form\Element\HiddenElementView::$layout
protected
Initial value:
= '
<input />
'

Definition at line 29 of file HiddenElementView.php.