19 declare(strict_types=1);
37 protected ?
int $id = null;
98 return self::TABLE_NAME;
103 $this->setAssignedTs(time());
110 $this->setModificationTs(time());
117 $this->criterion_value = $config->
toJson();
135 if (!($other instanceof
static)) {
140 $criterionIdNew = $other->getCriterionId();
143 $valueNew = $other->getCriterionValue();
146 $criterionIdCurrent === $criterionIdNew &&
147 $valueCurrent == $valueNew
Interface ilTermsOfServiceEvaluableCriterion.
Class ilTermsOfServiceCriterionConfig.
Class ilTermsOfServiceDocumentCriterionAssignment.
Interface ilTermsOfServiceEquatable.
static returnDbTableName()
int $last_modified_usr_id
setCriterionValue(ilTermsOfServiceCriterionConfig $config)