TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView:
TYPO3\CMS\Form\View\Form\Element\AbstractElementView tx_form_View_Form_Additional TYPO3\CMS\Form\View\Form\Additional\ErrorAdditionalElementView TYPO3\CMS\Form\View\Form\Additional\LabelAdditionalElementView TYPO3\CMS\Form\View\Form\Additional\LegendAdditionalElementView TYPO3\CMS\Form\View\Form\Additional\MandatoryAdditionalElementView tx_form_View_Form_Additional_Error tx_form_View_Form_Additional_Label tx_form_View_Form_Additional_Legend tx_form_View_Form_Additional_Mandatory

Public Member Functions

 __construct ($model)
 
 getAdditionalValue ()
 
- 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 Attributes

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

Additional Inherited Members

- 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! Additional elements for FORM object

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

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView::__construct (   $model)

Constructor

Parameters
object$modelThe parent model

Definition at line 36 of file AdditionalElementView.php.

References TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView\$model.

Member Function Documentation

◆ getAdditionalValue()

TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView::getAdditionalValue ( )

Get the additional value

Returns
string The value of the additional

Definition at line 45 of file AdditionalElementView.php.

Member Data Documentation

◆ $model

TYPO3\CMS\Form\View\Form\Additional\AdditionalElementView::$model
protected