ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class AbstractOperation. More...
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 = array() | |
Class AbstractOperation.
Date: 25.03.13 Time: 15:37
Definition at line 12 of file ilAssLacAbstractOperation.php.
|
abstract |
ilAssLacAbstractOperation::isNegated | ( | ) |
ilAssLacAbstractOperation::setNegated | ( | $negated | ) |
boolean | $negated |
Definition at line 28 of file ilAssLacAbstractOperation.php.
References $negated.
|
protected |
Definition at line 18 of file ilAssLacAbstractOperation.php.
Referenced by isNegated(), and setNegated().