|
ILIAS
release_8 Revision v8.24
|
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 | |
| addNode (ilAssLacCompositeInterface $node) | |
| Adds an CompositeInterface object to the node array which represents the condition tree structure. More... | |
| describe () | |
| Describes a Composite tree Structure as human readable string. More... | |
| getDescription () | |
| Get a human readable description of the Composite element. More... | |
Protected Attributes | |
| $negated = false | |
Additional Inherited Members | |
Data Fields inherited from ilAssLacAbstractComposite | |
| $nodes = array() | |
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
Definition at line 26 of file ilAssLacAbstractOperation.php.
|
abstract |
Reimplemented in ilAssLacAndOperation, ilAssLacEqualsOperation, ilAssLacGreaterOperation, ilAssLacGreaterOrEqualsOperation, ilAssLacLesserOperation, ilAssLacLesserOrEqualsOperation, ilAssLacNotEqualsOperation, and ilAssLacOrOperation.
| ilAssLacAbstractOperation::isNegated | ( | ) |
Definition at line 49 of file ilAssLacAbstractOperation.php.
References $negated.
| ilAssLacAbstractOperation::setNegated | ( | $negated | ) |
| boolean | $negated |
Definition at line 41 of file ilAssLacAbstractOperation.php.
References $negated.
|
protected |
Definition at line 31 of file ilAssLacAbstractOperation.php.
Referenced by isNegated(), and setNegated().