TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Mail\Html\Element\CheckboxGroupElementView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Mail\Html\Element\CheckboxGroupElementView:
TYPO3\CMS\Form\View\Mail\Html\Element\FieldsetElementView TYPO3\CMS\Form\View\Mail\Html\Element\ContainerElementView TYPO3\CMS\Form\View\Mail\Html\Element\AbstractElementView tx_form_View_Mail_Html_Element_Checkboxgroup

Public Member Functions

 __construct (\TYPO3\CMS\Form\Domain\Model\Element\CheckboxGroupElement $model)
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Mail\Html\Element\FieldsetElementView
 __construct (\TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement $model)
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Mail\Html\Element\ContainerElementView
 getChildElements (\DOMDocument $dom)
 
 createChildElementFromModel ($modelChild)
 
- 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 Attributes

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

Additional Inherited Members

- 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 checkbox group 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 CheckboxGroupElementView.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\View\Mail\Html\Element\CheckboxGroupElementView::__construct ( \TYPO3\CMS\Form\Domain\Model\Element\CheckboxGroupElement  $model)

Constructor

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

Definition at line 43 of file CheckboxGroupElementView.php.

Member Data Documentation

◆ $layout

TYPO3\CMS\Form\View\Mail\Html\Element\CheckboxGroupElementView::$layout
protected
Initial value:
= '
<td colspan="2">
<table cellspacing="0" style="padding-left: 20px; margin-bottom: 20px;">
<legend />
<containerWrap />
</table>
</td>
'

Definition at line 29 of file CheckboxGroupElementView.php.