|
ILIAS
release_8 Revision v8.24
|
Class ilTermsOfServiceDocumentCriterionAssignmentConstraint. More...
Inheritance diagram for ilTermsOfServiceDocumentCriterionAssignmentConstraint:
Collaboration diagram for ilTermsOfServiceDocumentCriterionAssignmentConstraint:Public Member Functions | |
| __construct (ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory, ilTermsOfServiceDocument $document, Factory $dataFactory, ilLanguage $lng) | |
Public Member Functions inherited from ILIAS\Refinery\Custom\Constraint | |
| __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) | |
| @inheritDoc More... | |
| accepts ($value) | |
| @inheritDoc More... | |
| problemWith ($value) | |
| @inheritDoc More... | |
| applyTo (Result $result) | |
| @inheritDoc More... | |
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... | |
| applyTo (Result $result) | |
| Perform the transformation and reify possible failures. More... | |
| __invoke ($from) | |
| Transformations should be callable. More... | |
Protected Member Functions | |
| filterEqualValues (ilTermsOfServiceDocumentCriterionAssignment $value) | |
| haveSameNature (ilTermsOfServiceDocumentCriterionAssignment $value, ilTermsOfServiceDocumentCriterionAssignment $otherValue) | |
Protected Member Functions inherited from ILIAS\Refinery\Custom\Constraint | |
| getError () | |
| @inheritDoc More... | |
Protected Attributes | |
| ilTermsOfServiceCriterionTypeFactoryInterface | $criterionTypeFactory |
| ilTermsOfServiceDocument | $document |
Protected Attributes inherited from ILIAS\Refinery\Custom\Constraint | |
| Data Factory | $data_factory |
| ilLanguage | $lng |
| $is_ok | |
| $error | |
Class ilTermsOfServiceDocumentCriterionAssignmentConstraint.
Definition at line 28 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
| ilTermsOfServiceDocumentCriterionAssignmentConstraint::__construct | ( | ilTermsOfServiceCriterionTypeFactoryInterface | $criterionTypeFactory, |
| ilTermsOfServiceDocument | $document, | ||
| Factory | $dataFactory, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 33 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
References $criterionTypeFactory, $document, ILIAS\Refinery\Custom\Constraint\$lng, $txt, ILIAS\GlobalScreen\Provider\__construct(), and filterEqualValues().
Here is the call graph for this function:
|
protected |
| ilTermsOfServiceDocumentCriterionAssignment | $value |
Definition at line 58 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
References ilTermsOfServiceDocumentCriterionAssignment\equals(), and haveSameNature().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilTermsOfServiceDocumentCriterionAssignment | $value | |
| ilTermsOfServiceDocumentCriterionAssignment | $otherValue |
Definition at line 90 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
Referenced by filterEqualValues().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilTermsOfServiceDocumentCriterionAssignmentConstraint.php.
Referenced by __construct().