|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Namespaces | |
| namespace | Container |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | Custom |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | DateTime |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | In |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | Integer |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | KindlyTo |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | Logical |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | Numeric |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | Password |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | Random |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | String |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | To |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| namespace | URI |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
Data Structures | |
| class | ByTrying |
| class | ConstantTransformation |
| interface | Constraint |
| A constraint encodes some resrtictions on values. More... | |
| class | ConstraintViolationException |
| class | Factory |
| class | IdentityTransformation |
| class | IsNull |
| class | KeyValueAccess |
| interface | Transformation |
| A transformation is a function from one datatype to another. More... | |
Functions | |
| applyTo (Result $result) | |
| @inheritDoc More... | |
| __invoke ($from) | |
| @inheritDoc More... | |
| withProblemBuilder (callable $builder) | |
| @inheritDoc More... | |
| getErrorMessage ($value) | |
| Get the problem message. More... | |
| getLngClosure () | |
| Get the closure to be passed to the error-function that does i18n and sprintf. More... | |
Variables | |
| trait | DeriveApplyToFromTransform |
| trait | DeriveInvokeFromTransform |
| trait | DeriveTransformFromApplyTo |
| trait | ProblemBuilder |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
| ILIAS\Refinery\__invoke | ( | $from | ) |
@inheritDoc
Definition at line 36 of file DeriveInvokeFromTransform.php.
Referenced by ilInitialisation\getClientIdTransformation().
Here is the caller graph for this function:| ILIAS\Refinery\applyTo | ( | Result | $result | ) |
@inheritDoc
Definition at line 38 of file DeriveApplyToFromTransform.php.
References ILIAS\Data\Result\then().
Referenced by ilInitialisation\getClientIdTransformation(), ILIAS\Tests\Refinery\IdentityTransformationTest\testApplyToError(), and ILIAS\Tests\Refinery\IdentityTransformationTest\testApplyToOk().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Get the problem message.
| mixed | $value |
Definition at line 48 of file ProblemBuilder.php.
References ILIAS\$error, error(), getError(), and ILIAS\Refinery\getLngClosure().
Referenced by assTextQuestionGUI\addSuggestedSolution(), ILIAS\Refinery\Custom\Constraint\check(), ILIAS\Refinery\To\Transformation\BooleanTransformation\check(), ILIAS\Refinery\To\Transformation\DateTimeTransformation\check(), ILIAS\Refinery\To\Transformation\DictionaryTransformation\check(), ILIAS\Refinery\To\Transformation\FloatTransformation\check(), ILIAS\Refinery\To\Transformation\IntegerTransformation\check(), ILIAS\Refinery\To\Transformation\ListTransformation\check(), ILIAS\Refinery\To\Transformation\RecordTransformation\check(), ILIAS\Refinery\To\Transformation\StringTransformation\check(), ILIAS\Refinery\To\Transformation\TupleTransformation\check(), ILIAS\Refinery\Custom\Constraint\problemWith(), ILIAS\Refinery\To\Transformation\BooleanTransformation\problemWith(), ILIAS\Refinery\To\Transformation\DateTimeTransformation\problemWith(), ILIAS\Refinery\To\Transformation\DictionaryTransformation\problemWith(), ILIAS\Refinery\To\Transformation\FloatTransformation\problemWith(), ILIAS\Refinery\To\Transformation\IntegerTransformation\problemWith(), ILIAS\Refinery\To\Transformation\ListTransformation\problemWith(), ILIAS\Refinery\To\Transformation\RecordTransformation\problemWith(), ILIAS\Refinery\To\Transformation\StringTransformation\problemWith(), ILIAS\Refinery\To\Transformation\TupleTransformation\problemWith(), and ILIAS\Refinery\ByTrying\transform().
Here is the call graph for this function:
Here is the caller graph for this function:
|
finalprotected |
Get the closure to be passed to the error-function that does i18n and sprintf.
Definition at line 62 of file ProblemBuilder.php.
References ILIAS\$error, $i, and ILIAS\Repository\lng().
Referenced by MyValidationConstraintsConstraint\_getLngClosure(), and ILIAS\Refinery\getErrorMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
@inheritDoc
Definition at line 36 of file ProblemBuilder.php.
| trait ILIAS::Refinery\DeriveApplyToFromTransform |
Definition at line 28 of file DeriveApplyToFromTransform.php.
| trait ILIAS::Refinery\DeriveInvokeFromTransform |
Definition at line 26 of file DeriveInvokeFromTransform.php.
| trait ILIAS::Refinery\DeriveTransformFromApplyTo |
Definition at line 26 of file DeriveTransformFromApplyTo.php.
| trait ILIAS::Refinery\ProblemBuilder |
Definition at line 26 of file ProblemBuilder.php.