|
ILIAS
release_8 Revision v8.24
|
Condition utility object Wraps some ilConditionHandler methods (which will become deprecated) Dependency management needs to be improved. More...
Collaboration diagram for ilConditionUtil:Public Member Functions | |
| __construct (ilConditionObjectAdapterInterface $cond_obj_adapter=null) | |
| getValidRepositoryTriggerTypes () | |
| Get all valid repository trigger object types This holds currently a dependency on $objDefinition and plugin activation. More... | |
| getOperatorsForRepositoryTriggerType (string $a_type) | |
| Get operators for repository trigger object type. More... | |
Protected Attributes | |
| ilTree | $tree |
| ilConditionObjectAdapterInterface | $cond_obj_adapter |
| ilObjectDefinition | $obj_definition |
Condition utility object Wraps some ilConditionHandler methods (which will become deprecated) Dependency management needs to be improved.
Definition at line 29 of file class.ilConditionUtil.php.
| ilConditionUtil::__construct | ( | ilConditionObjectAdapterInterface | $cond_obj_adapter = null | ) |
Definition at line 35 of file class.ilConditionUtil.php.
References $cond_obj_adapter, and $DIC.
| ilConditionUtil::getOperatorsForRepositoryTriggerType | ( | string | $a_type | ) |
Get operators for repository trigger object type.
Definition at line 61 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 52 of file class.ilConditionUtil.php.
|
protected |
Definition at line 32 of file class.ilConditionUtil.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilConditionUtil.php.
|
protected |
Definition at line 31 of file class.ilConditionUtil.php.