1<?
php declare(strict_types=1);
92 $this->setAssignedTs(time());
102 $this->setModificationTs(time());
112 $this->criterion_value =
$config->toJson();
136 if (!($other instanceof
static)) {
141 $criterionIdNew = $other->getCriterionId();
144 $valueNew = $other->getCriterionValue();
147 $criterionIdCurrent == $criterionIdNew &&
148 $valueCurrent == $valueNew
An exception for terminatinating execution or to throw for unit testing.
Class ilTermsOfServiceCriterionConfig.
Class ilTermsOfServiceDocumentCriterionAssignment.
equals($other)
@inheritDoc
setCriterionValue(ilTermsOfServiceCriterionConfig $config)
static returnDbTableName()
arException
Interface ilTermsOfServiceEquatable.
Interface ilTermsOfServiceEvaluableCriterion.