2 declare(strict_types=1);
34 $this->dataFactory = $dataFactory;
37 $this->
language->loadLanguageModule(
'validation');
48 return new To\Group($this->dataFactory);
custom()
Contains constraints and transformations for custom functions.
in()
Creates a factory object to create a transformation object, that can be used to execute other transfo...
null()
Contains constraints for null types.
byTrying(array $transformations)
Accepts Transformations and uses first successful one.
Transformations in this group transform data to primitive types to establish a baseline for more comp...
logical()
Contains constraints for logical compositions with other constraints.
Class ChatMainBarProvider .
numeric()
Contains constraints for numeric data types.
container()
Contains constraints for container types (e.g.
password()
Contains constraints for password strings.
__construct(\ILIAS\Data\Factory $dataFactory, \ilLanguage $language)
The scope of this class is split ilias-conform URI's into components.
dateTime()
Contains transformations for DateTime.
uri()
Contains transformations for Data.
int()
Contains constraints and transformations on numbers.
to()
Combined validations and transformations for primitive data types that establish a baseline for furth...
kindlyTo()
Combined validations and transformations for primitive data types that establish a baseline for furth...
string()
Contains constraints for string.