ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssLacAbstractOperation 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 ilAssLacAbstractOperation:
+ Collaboration diagram for ilAssLacAbstractOperation:

Public Member Functions

 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...
 
- Public Member Functions inherited from ilAssLacCompositeInterface
 getDescription ()
 Get a human readable description of the Composite element. More...
 

Protected Attributes

 $negated = false
 

Additional Inherited Members

- Data Fields inherited from ilAssLacAbstractComposite
 $nodes = []
 

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 AbstractOperation

Date: 25.03.13 Time: 15:37

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

Definition at line 26 of file ilAssLacAbstractOperation.php.

Member Function Documentation

◆ getPattern()

ilAssLacAbstractOperation::getPattern ( )
abstract
Returns
string

◆ isNegated()

ilAssLacAbstractOperation::isNegated ( )
Returns
boolean

Definition at line 49 of file ilAssLacAbstractOperation.php.

References $negated.

49  : bool
50  {
51  return $this->negated;
52  }

◆ setNegated()

ilAssLacAbstractOperation::setNegated (   $negated)
Parameters
boolean$negated

Definition at line 41 of file ilAssLacAbstractOperation.php.

References $negated.

41  : void
42  {
43  $this->negated = $negated;
44  }

Field Documentation

◆ $negated

ilAssLacAbstractOperation::$negated = false
protected

Definition at line 31 of file ilAssLacAbstractOperation.php.

Referenced by isNegated(), and setNegated().


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