ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
static getConditionOperators()
Returns an array with valid operators for the specific object type.
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