‪TYPO3CMS  11.5
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  public function ‪render(): array
15  {
16  return [];
17  }
18 }
‪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:14
‪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