ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceCriterionTypeFactory. More...
Public Member Functions | |||||||||
__construct (\ilRbacReview $rbacReview, \ilObjectDataCache $objectCache) | |||||||||
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 | ||
) |
ilTermsOfServiceCriterionTypeFactory constructor.
\ilRbacReview | $rbacReview | |
\ilObjectDataCache | $objectCache |
Definition at line 18 of file class.ilTermsOfServiceCriterionTypeFactory.php.
ilTermsOfServiceCriterionTypeFactory::findByTypeIdent | ( | string | $typeIdent, |
bool | $useFallback = false |
||
) |
string | $typeIdent | |
bool | $useFallback |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 40 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent(), ilTermsOfServiceCriterionTypeFactoryTest\testExceptionIsRaisedIfUnsupportedCriterionIsRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testNullCriterionIsReturnedAsFallbackIfUnsupportedCriterionIsRequested().
ilTermsOfServiceCriterionTypeFactory::getTypesByIdentMap | ( | ) |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 32 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().