TYPO3 CMS  TYPO3_6-2
HiddenElementView.php
Go to the documentation of this file.
1 <?php
3 
23 
29  protected $layout = '
30  <td style="width: 200px;">
31  <em>
32  <label />
33  </em>
34  </td>
35  <td>
36  <inputvalue />
37  </td>
38  ';
39 
46  public function __construct(\TYPO3\CMS\Form\Domain\Model\Element\HiddenElement $model) {
47  parent::__construct($model);
48  }
49 
50 }
__construct(\TYPO3\CMS\Form\Domain\Model\Element\HiddenElement $model)