3 declare(strict_types=1);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
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(Factory $dataFactory)
dictOf(Transformation $transformation)
Get a kind transformation to a dictionary.