ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilAssLacAndOperation Class Reference

Class AndOperation. More...

+ Inheritance diagram for ilAssLacAndOperation:
+ Collaboration diagram for ilAssLacAndOperation:

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 = array()
 
- Protected Attributes inherited from ilAssLacAbstractOperation
 $negated = false
 

Detailed Description

Class AndOperation.

Date: 25.03.13 Time: 14:58

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

Definition at line 12 of file ilAssLacAndOperation.php.

Member Function Documentation

◆ getDescription()

ilAssLacAndOperation::getDescription ( )

Get a human readable description of the Composite element.

Returns
string

Implements ilAssLacCompositeInterface.

Definition at line 24 of file ilAssLacAndOperation.php.

25  {
26  return "und ";
27  }

◆ getPattern()

ilAssLacAndOperation::getPattern ( )
Returns
string

Definition at line 32 of file ilAssLacAndOperation.php.

33  {
34  return self::$pattern;
35  }

Field Documentation

◆ $pattern

ilAssLacAndOperation::$pattern = "&"
static

Definition at line 18 of file ilAssLacAndOperation.php.

Referenced by ilAssLacOperationManufacturer\manufacture().


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