ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssLacLesserOperation Class Reference

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

+ Inheritance diagram for ilAssLacLesserOperation:
+ Collaboration diagram for ilAssLacLesserOperation:

Public Member Functions

 getDescription ()
 Get a human readable description of the Composite element. More...
 
 getPattern ()
 
- Public Member Functions inherited from ilAssLacAbstractOperation
 getPattern ()
 
 setNegated ($negated)
 
 isNegated ()
 
- Public Member Functions inherited from ilAssLacAbstractComposite
 addNode (ilAssLacCompositeInterface $node)
 Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree structure. More...
 
 describe ()
 Describes a Composite tree Structure as human readable string. More...
 

Static Public Attributes

static $pattern = "<"
 

Additional Inherited Members

- Data Fields inherited from ilAssLacAbstractComposite
 $nodes = []
 
- Protected Attributes inherited from ilAssLacAbstractOperation
 $negated = false
 

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 Lesser

Date: 25.03.13 Time: 14:57

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

Definition at line 26 of file ilAssLacLesserOperation.php.

Member Function Documentation

◆ getDescription()

ilAssLacLesserOperation::getDescription ( )

Get a human readable description of the Composite element.

Returns
string

Implements ilAssLacCompositeInterface.

Definition at line 33 of file ilAssLacLesserOperation.php.

33  : string
34  {
35  return "mit weniger als ";
36  }

◆ getPattern()

ilAssLacLesserOperation::getPattern ( )
Returns
string

Definition at line 41 of file ilAssLacLesserOperation.php.

41  : string
42  {
43  return self::$pattern;
44  }

Field Documentation

◆ $pattern

ilAssLacLesserOperation::$pattern = "<"
static

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