|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTermsOfServiceCriterionTypeFactory. More...
Inheritance diagram for ilTermsOfServiceCriterionTypeFactory:
Collaboration diagram for ilTermsOfServiceCriterionTypeFactory:Public Member Functions | |||||||||
| __construct (\ilRbacReview $rbacReview, \ilObjectDataCache $objectCache) | |||||||||
| ilTermsOfServiceCriterionTypeFactory constructor. More... | |||||||||
| getTypesByIdentMap () | |||||||||
| |||||||||
| findByTypeIdent (string $typeIdent, bool $useFallback=false) | |||||||||
| |||||||||
| 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 |
ilTermsOfServiceCriterionTypeNotFoundException
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 40 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent(), ilTermsOfServiceCriterionTypeFactoryTest\testExceptionIsRaisedIfUnsupportedCriterionIsRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testNullCriterionIsReturnedAsFallbackIfUnsupportedCriterionIsRequested().
Here is the caller graph for this function:| ilTermsOfServiceCriterionTypeFactory::getTypesByIdentMap | ( | ) |
Implements ilTermsOfServiceCriterionTypeFactoryInterface.
Definition at line 32 of file class.ilTermsOfServiceCriterionTypeFactory.php.
References $types.
Referenced by ilTermsOfServiceCriterionTypeFactoryTest\testCriterionIsReturnedIfRequestedByTypeIdent(), ilTermsOfServiceCriterionTypeFactoryTest\testFactoryReturnsValidCriteriaWhenRequested(), and ilTermsOfServiceCriterionTypeFactoryTest\testKeysOfCriteriaCollectionMatchTheRespectiveTypeIdent().
Here is the caller graph for this function:
|
protected |
Definition at line 11 of file class.ilTermsOfServiceCriterionTypeFactory.php.
Referenced by getTypesByIdentMap().