ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface for condition handling. More...
Static Public Member Functions | |
static | getConditionOperators () |
Returns an array with valid operators for the specific object type. More... | |
static | checkCondition ($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id) |
check condition for a specific user and object More... | |
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, ilObjStudyProgrammeAccess, ilObjSurveyAccess, ilObjLearningModuleAccess, ilObjContentPageAccess, ilObjCourseAccess, ilObjSAHSLearningModuleAccess, ilObjExerciseAccess, and ilObjIndividualAssessmentAccess.
|
static |
Returns an array with valid operators for the specific object type.
Implemented in ilObjTestAccess, ilObjStudyProgrammeAccess, ilObjSurveyAccess, ilObjContentPageAccess, ilObjLearningModuleAccess, ilObjCourseAccess, ilObjIndividualAssessmentAccess, ilObjSAHSLearningModuleAccess, and ilObjExerciseAccess.