‪TYPO3CMS  10.4
FooElement.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
6 
9 
11 {
12  public function ‪__construct(‪NodeFactory $nodeFactory, array $data)
13  {
14  }
15 
16  public function ‪render()
17  {
18  // TODO: Implement render() method.
19  }
20 }
‪TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\FooElement\__construct
‪__construct(NodeFactory $nodeFactory, array $data)
Definition: FooElement.php:12
‪TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\FooElement\render
‪render()
Definition: FooElement.php:16
‪TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\FooElement
Definition: FooElement.php:11
‪TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements
Definition: BarElement.php:5
‪TYPO3\CMS\Backend\Form\NodeInterface
Definition: NodeInterface.php:22
‪TYPO3\CMS\Backend\Form\NodeFactory
Definition: NodeFactory.php:37