ILIAS  release_8 Revision v8.24
ilOperatorsExpressionMapping Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilOperatorsExpressionMapping:

Static Public Member Functions

static getOperatorsByExpression ($expression)
 
static getAll ()
 

Static Private Attributes

static $mappings
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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 26 of file class.ilOperatorsExpressionMapping.php.

Member Function Documentation

◆ getAll()

static ilOperatorsExpressionMapping::getAll ( )
static

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

52 : array
53 {
54 return self::$mappings;
55 }

References $mappings.

◆ getOperatorsByExpression()

static ilOperatorsExpressionMapping::getOperatorsByExpression (   $expression)
static

Field Documentation

◆ $mappings

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

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

Referenced by getAll().


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