2 declare(strict_types=1);
recordOf(array $transformations)
Get a kind transformation to a record.
int()
Get a kind transformation to an int.
Transformations in this group transform data to primitive types to establish a baseline for more comp...
float()
Get a kind transformation to a float.
Class ChatMainBarProvider .
null()
Get a kind transformation to null.
string()
Get a kind transformation to a string.
dateTime()
Get a kind transformation to a DateTimeImmutable.
listOf(Transformation $transformation)
Get a kind transformation to a list.
bool()
Get a kind transformation to a bool.
tupleOf(array $transformation)
Get a kind transformation to a tuple.
__construct(\ILIAS\Data\Factory $dataFactory)
dictOf(Transformation $transformation)
Get a kind transformation to a dictionary.