|
ILIAS
release_8 Revision v8.24
|
Class ilTermsOfServiceCriterionTypeFactory. More...
Inheritance diagram for ilTermsOfServiceCriterionTypeFactory:
Collaboration diagram for ilTermsOfServiceCriterionTypeFactory:Public Member Functions | |
| __construct (ilRbacReview $rbacReview, ilObjectDataCache $objectCache, array $countryCodes) | |
| ilTermsOfServiceCriterionTypeFactory constructor. More... | |
| getTypesByIdentMap () | |
| findByTypeIdent (string $typeIdent, bool $useFallback=false) | |
| getTypesByIdentMap () | |
| findByTypeIdent (string $typeIdent, bool $useFallback=false) | |
Protected Attributes | |
| array | $types = [] |
Class ilTermsOfServiceCriterionTypeFactory.
Definition at line 25 of file class.ilTermsOfServiceCriterionTypeFactory.php.
| ilTermsOfServiceCriterionTypeFactory::__construct | ( | ilRbacReview | $rbacReview, |
| ilObjectDataCache | $objectCache, | ||
| array | $countryCodes | ||
| ) |
ilTermsOfServiceCriterionTypeFactory constructor.
| ilRbacReview | $rbacReview | |
| ilObjectDataCache | $objectCache | |
| string[] | $countryCodes |
Definition at line 36 of file class.ilTermsOfServiceCriterionTypeFactory.php.
| ilTermsOfServiceCriterionTypeFactory::findByTypeIdent | ( | string | $typeIdent, |
| bool | $useFallback = false |
||
| ) |
| string | $typeIdent | |
| bool | $useFallback |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 54 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent().
Here is the caller graph for this function:| ilTermsOfServiceCriterionTypeFactory::getTypesByIdentMap | ( | ) |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 49 of file class.ilTermsOfServiceCriterionTypeFactory.php.
References $types.
|
protected |
Definition at line 28 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by getTypesByIdentMap().