ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
An exception for terminatinating execution or to throw for unit testing.
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.