ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
interface.ilConditionHandling.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11{
12
16 public static function getConditionOperators();
17
25 public static function checkCondition($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id);
26}
27?>
Interface for condition handling.
static checkCondition($a_trigger_obj_id, $a_operator, $a_value, $a_usr_id)
check condition for a specific user and object
static getConditionOperators()
Returns an array with valid operators for the specific object type.