ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Condition utility object. More...
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.
References $a_type, and $location.
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.