| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\UI\Implementation\Component\Input\Field\Numeric\IsNumeric:
 Collaboration diagram for ILIAS\UI\Implementation\Component\Input\Field\Numeric\IsNumeric:Public Member Functions | |
| __construct (Data\Factory $data_factory, \ILIAS\Language\Language $lng) | |
  Public Member Functions inherited from ILIAS\Refinery\Constraint | |
| check ($value) | |
| Checks the provided value.  More... | |
| accepts ($value) | |
| Tells if the provided value complies.  More... | |
| problemWith ($value) | |
| Tells what the problem with the provided value is.  More... | |
| applyTo (Result $result) | |
| Restricts a Result.  More... | |
| withProblemBuilder (callable $builder) | |
| Get a constraint like this one with a builder for a custom error message.  More... | |
  Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| transform ($from) | |
| Perform the transformation.  More... | |
| __invoke ($from) | |
| Transformations should be callable.  More... | |
Definition at line 26 of file IsNumeric.php.
| ILIAS\UI\Implementation\Component\Input\Field\Numeric\IsNumeric::__construct | ( | Data\Factory | $data_factory, | 
| \ILIAS\Language\Language | $lng | ||
| ) | 
Definition at line 28 of file IsNumeric.php.
References $lng, $txt, and ILIAS\GlobalScreen\Provider\__construct().
 Here is the call graph for this function: