ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 (string $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 47 of file class.ilOperatorsExpressionMapping.php.

47 : array
48 {
49 return self::$mappings;
50 }

References $mappings.

◆ getOperatorsByExpression()

static ilOperatorsExpressionMapping::getOperatorsByExpression ( string  $expression)
static

Field Documentation

◆ $mappings

ilOperatorsExpressionMapping::$mappings
staticprivate
Initial value:

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

Referenced by getAll().


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