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

Public Member Functions

 __construct (\TYPO3\CMS\Form\Domain\Model\Element\FileuploadElement $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 ()
 

Protected Attributes

 $model
 
- 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 fieldset element

Author
Rens Admiraal r.adm.nosp@m.iraa.nosp@m.l@dre.nosp@m.comm.nosp@m..nl

Definition at line 22 of file FileuploadElementView.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor

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

Definition at line 35 of file FileuploadElementView.php.

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

Member Function Documentation

◆ getLabel()

TYPO3\CMS\Form\View\Mail\Plain\Element\FileuploadElementView::getLabel ( )
protected

◆ render()

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

Member Data Documentation

◆ $model

TYPO3\CMS\Form\View\Mail\Plain\Element\FileuploadElementView::$model
protected

Definition at line 27 of file FileuploadElementView.php.