ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 ?>