2declare(strict_types=1);
An exception for terminatinating execution or to throw for unit testing.
Transformations in this group transform data to primitive types to establish a baseline for more comp...
string()
Get a kind transformation to a string.
dateTime()
Get a kind transformation to a DateTimeImmutable.
float()
Get a kind transformation to a float.
__construct(\ILIAS\Data\Factory $dataFactory)
dictOf(Transformation $transformation)
Get a kind transformation to a dictionary.
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.
int()
Get a kind transformation to an int.
recordOf(array $transformations)
Get a kind transformation to a record.
Class ChatMainBarProvider \MainMenu\Provider.