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

Public Member Functions

 setData (array $data)
 
 render ()
 

Detailed Description

Definition at line 22 of file FooElement.php.

Member Function Documentation

◆ render()

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

Main render method.

Returns
‪array As defined in initializeResultArray() of AbstractNode
Todo:
‪: Declare most (if not all) implementing non-abstract core classes final in v13.

Implements TYPO3\CMS\Backend\Form\NodeInterface.

Definition at line 26 of file FooElement.php.

◆ setData()

TYPO3\CMS\Backend\Tests\Unit\Form\Fixtures\NodeFactory\NodeElements\FooElement::setData ( array  $data)

Retrieve the current data array from NodeFactory.

Implements TYPO3\CMS\Backend\Form\NodeInterface.

Definition at line 24 of file FooElement.php.