TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
OnTheFly Class Reference
Inheritance diagram for OnTheFly:
FormDataGroupInterface

Public Member Functions

 setProviderList (array $list)
 
- Public Member Functions inherited from FormDataGroupInterface
 compile (array $result)
 

Protected Attributes

 $providerList = []
 

Detailed Description

Calls provider given by setter. This group is used to call a hard coded list of providers in some situations where extendability is not wanted. Use with care if at all ...

Definition at line 25 of file OnTheFly.php.

Member Function Documentation

setProviderList ( array  $list)

Set list of providers to be called

Parameters
array$listGiven list of Provider class names

Definition at line 70 of file OnTheFly.php.

References $list.

Member Data Documentation

$providerList = []
protected

Definition at line 30 of file OnTheFly.php.