ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceNullCriterion. More...
Public Member Functions | |||||||
getTypeIdent () | |||||||
Returns a unique id of the criterion type.
| |||||||
evaluate (\ilObjUser $user, \ilTermsOfServiceCriterionConfig $config) | |||||||
| |||||||
hasUniqueNature () | |||||||
Returns whether or not a criterion is unique by it's nature.Example: "User Language". A user account can only have one profile language .
| |||||||
Public Member Functions inherited from ilTermsOfServiceCriterionType | |||||||
ui (\ilLanguage $lng) | |||||||
Class ilTermsOfServiceNullCriterion.
Definition at line 11 of file class.ilTermsOfServiceNullCriterion.php.
ilTermsOfServiceNullCriterion::evaluate | ( | \ilObjUser | $user, |
\ilTermsOfServiceCriterionConfig | $config | ||
) |
\ilObjUser | $user | |
\ilTermsOfServiceCriterionConfig | $config |
Implements ilTermsOfServiceCriterionType.
Definition at line 24 of file class.ilTermsOfServiceNullCriterion.php.
ilTermsOfServiceNullCriterion::getTypeIdent | ( | ) |
Returns a unique id of the criterion type.
Implements ilTermsOfServiceCriterionType.
Definition at line 16 of file class.ilTermsOfServiceNullCriterion.php.
ilTermsOfServiceNullCriterion::hasUniqueNature | ( | ) |
Returns whether or not a criterion is unique by it's nature.Example: "User Language". A user account can only have one profile language .
Implements ilTermsOfServiceCriterionType.
Definition at line 32 of file class.ilTermsOfServiceNullCriterion.php.
References $config, $form, $lng, ILIAS\UI\Factory\legacy(), and ilTermsOfServiceCriterionType\ui().