ILIAS
release_8 Revision v8.23
|
Class ilTermsOfServiceCriterionTypeFactory. More...
Public Member Functions | |
__construct (ilRbacReview $rbacReview, ilObjectDataCache $objectCache, array $countryCodes) | |
ilTermsOfServiceCriterionTypeFactory constructor. More... | |
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(), ilTermsOfServiceCriterionTypeFactoryTest\testExceptionIsRaisedIfUnsupportedCriterionIsRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testNullCriterionIsReturnedAsFallbackIfUnsupportedCriterionIsRequested().
ilTermsOfServiceCriterionTypeFactory::getTypesByIdentMap | ( | ) |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 49 of file class.ilTermsOfServiceCriterionTypeFactory.php.
References $types.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent(), ilTermsOfServiceCriterionTypeFactoryTest\testFactoryReturnsValidCriteriaWhenRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testKeysOfCriteriaCollectionMatchTheRespectiveTypeIdent().
|
protected |
Definition at line 28 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by getTypesByIdentMap().