TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView Class Reference
Inheritance diagram for TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView:
TYPO3\CMS\Form\View\Mail\Plain\Element\ContainerElementView TYPO3\CMS\Form\View\Mail\Plain\Element\AbstractElementView tx_form_View_Mail_Plain_Element_Select

Public Member Functions

 __construct (\TYPO3\CMS\Form\Domain\Model\Element\SelectElement $model, $spaces)
 
 render ()
 
- Public Member Functions inherited from TYPO3\CMS\Form\View\Mail\Plain\Element\AbstractElementView
 __construct (\TYPO3\CMS\Form\Domain\Model\Element\AbstractElement $model, $spaces)
 

Protected Member Functions

 getLabel ()
 
 getValues ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Form\View\Mail\Plain\Element\AbstractElementView
 $model
 
 $spaces
 

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 select 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 SelectElementView.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView::__construct ( \TYPO3\CMS\Form\Domain\Model\Element\SelectElement  $model,
  $spaces 
)

Constructor

Parameters
\TYPO3\CMS\Form\Domain\Model\Element\SelectElement$modelModel for this element
integer$spaces

Definition at line 30 of file SelectElementView.php.

References TYPO3\CMS\Form\View\Mail\Plain\Element\AbstractElementView\$spaces.

Member Function Documentation

◆ getLabel()

TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView::getLabel ( )
protected
Returns
mixed

Definition at line 45 of file SelectElementView.php.

Referenced by TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView\render().

◆ getValues()

TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView::getValues ( )
protected
Returns
string

Definition at line 58 of file SelectElementView.php.

Referenced by TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView\render().

◆ render()

TYPO3\CMS\Form\View\Mail\Plain\Element\SelectElementView::render ( )