1 <?php declare(strict_types=1);
84 return self::TABLE_NAME;
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
Interface ilTermsOfServiceEvaluableCriterion.
Class ilTermsOfServiceCriterionConfig.
Class ilTermsOfServiceDocumentCriterionAssignment.
Interface ilTermsOfServiceEquatable.
static returnDbTableName()
setCriterionValue(ilTermsOfServiceCriterionConfig $config)