‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\BarElement Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\BarElement:
TYPO3\CMS\Backend\Form\NodeInterface

Public Member Functions

 __construct (NodeFactory $nodeFactory, array $data)
 
 render ()
 

Detailed Description

Definition at line 10 of file BarElement.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\BarElement::__construct ( NodeFactory  $nodeFactory,
array  $data 
)

All nodes get an instance of the NodeFactory and the main data array

Parameters
NodeFactory$nodeFactory
array$data

Implements TYPO3\CMS\Backend\Form\NodeInterface.

Definition at line 12 of file BarElement.php.

Member Function Documentation

◆ render()

TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\BarElement::render ( )

Main render method

Returns
‪array As defined in initializeResultArray() of AbstractNode

Implements TYPO3\CMS\Backend\Form\NodeInterface.

Definition at line 16 of file BarElement.php.