ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Condition utility object Wraps some ilConditionHandler methods (which will become deprecated) Dependency management needs to be improved. More...
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 28 of file class.ilConditionUtil.php.
ilConditionUtil::__construct | ( | ?ilConditionObjectAdapterInterface | $cond_obj_adapter = null | ) |
Definition at line 34 of file class.ilConditionUtil.php.
References $DIC.
ilConditionUtil::getOperatorsForRepositoryTriggerType | ( | string | $a_type | ) |
Get operators for repository trigger object type.
Definition at line 60 of file class.ilConditionUtil.php.
References $location, and $ref_id.
ilConditionUtil::getValidRepositoryTriggerTypes | ( | ) |
Get all valid repository trigger object types This holds currently a dependency on $objDefinition and plugin activation.
Definition at line 51 of file class.ilConditionUtil.php.
|
protected |
Definition at line 31 of file class.ilConditionUtil.php.
|
protected |
Definition at line 32 of file class.ilConditionUtil.php.
|
protected |
Definition at line 30 of file class.ilConditionUtil.php.