OnTheFly implements FormDataGroupInterface
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 .
..
Table of Contents
Interfaces
- FormDataGroupInterface
- Interface must be implemented by form data group classes.
Properties
- $providerList : array<string|int, string>
Methods
- compile() : array<string|int, mixed>
- Compile form data
- setProviderList() : mixed
- Set list of providers to be called
Properties
$providerList
protected
array<string|int, string>
$providerList
= []
Methods
compile()
Compile form data
public
compile(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
- $result : array<string|int, mixed>
-
Initialized result array
Tags
Return values
array<string|int, mixed> —Result filled with data
setProviderList()
Set list of providers to be called
public
setProviderList(array<string|int, mixed> $list) : mixed
Parameters
- $list : array<string|int, mixed>
-
Given list of Provider class names