ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilOperatorsExpressionMapping Class Reference

Class ilOperatorsExpressionMapping. More...

+ Collaboration diagram for ilOperatorsExpressionMapping:

Static Public Member Functions

static getOperatorsByExpression ($expression)
 
static getAll ()
 

Static Private Attributes

static $mappings
 

Detailed Description

Class ilOperatorsExpressionMapping.

Date: 03.12.13 Time: 13:16

Author
Thomas Joußen tjous.nosp@m.sen@.nosp@m.datab.nosp@m.ay.d.nosp@m.e

Definition at line 12 of file class.ilOperatorsExpressionMapping.php.

Member Function Documentation

◆ getAll()

static ilOperatorsExpressionMapping::getAll ( )
static

◆ getOperatorsByExpression()

static ilOperatorsExpressionMapping::getOperatorsByExpression (   $expression)
static

Field Documentation

◆ $mappings

ilOperatorsExpressionMapping::$mappings
staticprivate
Initial value:
= array(
iQuestionCondition::PercentageResultExpression => array("<", "<=", "=", ">=", ">", "<>"),
iQuestionCondition::NumericResultExpression => array("<", "<=", "=", ">=", ">", "<>"),
)

Definition at line 17 of file class.ilOperatorsExpressionMapping.php.

Referenced by getAll().


The documentation for this class was generated from the following file: