|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Condition utility object. More...
Collaboration diagram for ilConditionUtil:Public Member Functions | |
| __construct (ilConditionObjectAdapterInterface $cond_obj_adapter=null) | |
| Constructor. More... | |
| getValidRepositoryTriggerTypes () | |
| Get all valid repository trigger object types. More... | |
| getOperatorsForRepositoryTriggerType ($a_type) | |
| Get operators for repository trigger object type. More... | |
Protected Attributes | |
| $tree | |
| $cond_obj_adapter | |
| $obj_definition | |
Condition utility object.
Wraps some ilConditionHandler methods (which will become deprecated) Dependency management needs to be improved.
Definition at line 14 of file class.ilConditionUtil.php.
| ilConditionUtil::__construct | ( | ilConditionObjectAdapterInterface | $cond_obj_adapter = null | ) |
Constructor.
Definition at line 34 of file class.ilConditionUtil.php.
References $cond_obj_adapter, and $DIC.
| ilConditionUtil::getOperatorsForRepositoryTriggerType | ( | $a_type | ) |
Get operators for repository trigger object type.
| string | $a_type | type |
Definition at line 65 of file class.ilConditionUtil.php.
| ilConditionUtil::getValidRepositoryTriggerTypes | ( | ) |
Get all valid repository trigger object types.
This holds currently a dependency on $objDefinition and plugin activation
Definition at line 53 of file class.ilConditionUtil.php.
|
protected |
Definition at line 24 of file class.ilConditionUtil.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilConditionUtil.php.
|
protected |
Definition at line 19 of file class.ilConditionUtil.php.