TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Mail\Html\Additional\LegendAdditionalElementView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Mail\Html\Additional\LegendAdditionalElementView:
TYPO3\CMS\Form\View\Mail\Html\Additional\AdditionalElementView TYPO3\CMS\Form\View\Mail\Html\Element\AbstractElementView tx_form_View_Mail_Html_Additional_Legend

Protected Attributes

 $layout
 
- Protected Attributes inherited from TYPO3\CMS\Form\View\Mail\Html\Additional\AdditionalElementView
 $model
 
- Protected Attributes inherited from TYPO3\CMS\Form\View\Mail\Html\Element\AbstractElementView
 $model
 
 $elementWrap
 
 $noWrap = FALSE
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Form\View\Mail\Html\Additional\AdditionalElementView
 __construct ($model)
 
 getAdditionalValue ()
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Mail\Html\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 Member Functions inherited from TYPO3\CMS\Form\View\Mail\Html\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 legend tag

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

Member Data Documentation

◆ $layout

TYPO3\CMS\Form\View\Mail\Html\Additional\LegendAdditionalElementView::$layout
protected
Initial value:
= '
<thead>
<tr>
<th colspan="2" align="left">
<legendvalue />
</th>
</tr>
</thead>
'

Definition at line 29 of file LegendAdditionalElementView.php.