1<?
php declare(strict_types=1);
73 public function getIdentPresentation() : string
75 return $this->lng->txt(
'deleted');
81 public function getValuePresentation(
85 return $uiFactory->
legacy(
'-');
An exception for terminatinating execution or to throw for unit testing.
Class ilTermsOfServiceCriterionConfig.
Class ilTermsOfServiceNullCriterion.
hasUniqueNature()
Returns whether or not a criterion is unique by it's nature.Example: "User Language"....
evaluate(ilObjUser $user, ilTermsOfServiceCriterionConfig $config)
bool
getTypeIdent()
Returns a unique id of the criterion type.string
A component is the most general form of an entity in the UI.
This is how the factory for UI elements looks.
Interface ilTermsOfServiceCriterionTypeGUI.
Interface ilTermsOfServiceCriterionType.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc