TYPO3 CMS  TYPO3_6-2
PlainView.php
Go to the documentation of this file.
1 <?php
3 
23 
30  public function __construct(\TYPO3\CMS\Form\Domain\Model\Form $model, $spaces = 0) {
31  parent::__construct($model, $spaces);
32  }
33 
37  public function render() {
38  $content = $this->renderChildren($this->model->getElements());
39  return $content;
40  }
41 
42 }
__construct(\TYPO3\CMS\Form\Domain\Model\Form $model, $spaces=0)
Definition: PlainView.php:30