ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
$types = [] | |
Class ilTermsOfServiceCriterionTypeFactory.
Definition at line 8 of file class.ilTermsOfServiceCriterionTypeFactory.php.
ilTermsOfServiceCriterionTypeFactory::__construct | ( | ilRbacReview | $rbacReview, |
ilObjectDataCache | $objectCache, | ||
array | $countryCodes | ||
) |
ilTermsOfServiceCriterionTypeFactory constructor.
ilRbacReview | $rbacReview | |
ilObjectDataCache | $ | |
string[] | $countryCodes |
Definition at line 19 of file class.ilTermsOfServiceCriterionTypeFactory.php.
ilTermsOfServiceCriterionTypeFactory::findByTypeIdent | ( | string | $typeIdent, |
bool | $useFallback = false |
||
) |
string | $typeIdent | |
bool | $useFallback |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 43 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent(), ilTermsOfServiceCriterionTypeFactoryTest\testExceptionIsRaisedIfUnsupportedCriterionIsRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testNullCriterionIsReturnedAsFallbackIfUnsupportedCriterionIsRequested().
ilTermsOfServiceCriterionTypeFactory::getTypesByIdentMap | ( | ) |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 35 of file class.ilTermsOfServiceCriterionTypeFactory.php.
References $types.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent(), ilTermsOfServiceCriterionTypeFactoryTest\testFactoryReturnsValidCriteriaWhenRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testKeysOfCriteriaCollectionMatchTheRespectiveTypeIdent().
|
protected |
Definition at line 11 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by getTypesByIdentMap().