19 declare(strict_types=1);
46 static function (
$txt, $value):
string {
47 return 'The passed assignment must be unique for the document!';
61 $otherValues = $this->document->criteria();
66 $idCurrent = $otherValue->getId();
67 $idNew = $value->getId();
69 $uniqueIdEquals = $idCurrent === $idNew;
70 if ($uniqueIdEquals) {
74 $valuesEqual = $value->
equals($otherValue);
98 $valuesHaveSameNature = $this->criterionTypeFactory->findByTypeIdent($value->
getCriterionId())->hasUniqueNature();
100 return $valuesHaveSameNature;
ilTermsOfServiceDocument $document
__construct(ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory, ilTermsOfServiceDocument $document, Factory $dataFactory, ilLanguage $lng)
haveSameNature(ilTermsOfServiceDocumentCriterionAssignment $value, ilTermsOfServiceDocumentCriterionAssignment $otherValue)
ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory
Class ilTermsOfServiceDocumentCriterionAssignment.
Class ilTermsOfServiceDocument.
filterEqualValues(ilTermsOfServiceDocumentCriterionAssignment $value)
__construct(Container $dic, ilPlugin $plugin)
Class ilTermsOfServiceDocumentCriterionAssignmentConstraint.
Interface ilTermsOfServiceCriterionTypeFactoryInterface.