ILIAS
Release_5_0_x_branch Revision 61816
|
Interface for condition handling. More...
Static Public Member Functions | |
static | getConditionOperators () |
Returns an array with valid operators for the specific object type. | |
static | checkCondition ($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id) |
check condition for a specific user and object |
Interface for condition handling.
Definition at line 10 of file interface.ilConditionHandling.php.
|
static |
check condition for a specific user and object
type | $a_trigger_obj_id | |
type | $a_operator | |
type | $a_value | |
type | $a_usr_id |
Implemented in ilObjTestAccess, ilObjSurveyAccess, ilObjCourseAccess, ilObjSAHSLearningModuleAccess, ilObjExerciseAccess, and ilObjLearningModuleAccess.
|
static |
Returns an array with valid operators for the specific object type.
Implemented in ilObjTestAccess, ilObjSurveyAccess, ilObjCourseAccess, ilObjSAHSLearningModuleAccess, ilObjExerciseAccess, and ilObjLearningModuleAccess.