ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilTermsOfServiceDocumentCriterionAssignmentConstraint. More...
Public Member Functions | ||||
__construct (ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory, ilTermsOfServiceDocument $document, Factory $dataFactory, ilLanguage $lng) | ||||
ilTermsOfServiceDocumentCriterionAssignmentConstraint constructor. More... | ||||
![]() | ||||
__construct (callable $is_ok, $error, Data\Factory $data_factory, \ilLanguage $lng) | ||||
If $error is a callable it needs to take two parameters: More... | ||||
check ($value) | ||||
Checks the provided value.Should not throw if accepts($value).
| ||||
accepts ($value) | ||||
Tells if the provided value complies.
| ||||
problemWith ($value) | ||||
Tells what the problem with the provided value is.Should return null if accepts($value).
| ||||
applyTo (Result $result) | ||||
Restricts a Result.Must do nothing with the result if $result->isError(). Must replace the result with an error according to problemWith() if !accepts($result->value()).
| ||||
![]() | ||||
withProblemBuilder (callable $builder) | ||||
Get a constraint like this one with a builder for a custom error message. More... | ||||
![]() | ||||
transform ($from) | ||||
Perform the transformation. More... | ||||
__invoke ($from) | ||||
Transformations should be callable. More... | ||||
Protected Member Functions | |
filterEqualValues (ilTermsOfServiceDocumentCriterionAssignment $value) | |
haveSameNature (ilTermsOfServiceDocumentCriterionAssignment $value, ilTermsOfServiceDocumentCriterionAssignment $otherValue) | |
![]() | |
getError () | |
Protected Attributes | |
$criterionTypeFactory | |
$document | |
![]() | |
$data_factory | |
$lng | |
$is_ok | |
$error | |
Class ilTermsOfServiceDocumentCriterionAssignmentConstraint.
Definition at line 11 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
ilTermsOfServiceDocumentCriterionAssignmentConstraint::__construct | ( | ilTermsOfServiceCriterionTypeFactoryInterface | $criterionTypeFactory, |
ilTermsOfServiceDocument | $document, | ||
Factory | $dataFactory, | ||
ilLanguage | $lng | ||
) |
ilTermsOfServiceDocumentCriterionAssignmentConstraint constructor.
ilTermsOfServiceCriterionTypeFactoryInterface | $criterionTypeFactory | |
ilTermsOfServiceDocument | $document | |
Factory | $dataFactory | |
ilLanguage | $lng |
Definition at line 26 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
References $criterionTypeFactory, $document, ILIAS\Refinery\Custom\Constraint\$lng, $txt, ILIAS\GlobalScreen\Provider\__construct(), and filterEqualValues().
|
protected |
ilTermsOfServiceDocumentCriterionAssignment | $value |
Definition at line 51 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
References ilTermsOfServiceDocumentCriterionAssignment\equals(), and haveSameNature().
Referenced by __construct().
|
protected |
ilTermsOfServiceDocumentCriterionAssignment | $value | |
ilTermsOfServiceDocumentCriterionAssignment | $otherValue |
Definition at line 85 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
References ilTermsOfServiceDocumentCriterionAssignment\getCriterionId().
Referenced by filterEqualValues().
|
protected |
Definition at line 14 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
Referenced by __construct().
|
protected |
Definition at line 17 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
Referenced by __construct().