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