|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for NodeMock:
Collaboration diagram for NodeMock:Public Member Functions | |
| withScore (int $score) | |
| getScore () | |
Public Member Functions inherited from ILIAS\StudyProgramme\Assignment\Node | |
| __construct ($id) | |
| setSubnodes (array $subnodes) | |
| withContainer (Node $node) | |
| this is only used internally - do not use apart from constructing the tree! More... | |
| withSubnode ($node) | |
| getSubnodes () | |
| getSubnode (string $id) | |
| getPath () | |
| findSubnodePath (string $id, ?Node $node=null) | |
| getId () | |
Protected Attributes | |
| int | $score |
Protected Attributes inherited from ILIAS\StudyProgramme\Assignment\Node | |
| array | $subnodes = [] |
| Node | $container = null |
| string | $id |
| int | $current_points = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\StudyProgramme\Assignment\Node | |
| getContainer () | |
Definition at line 26 of file ilStudyProgrammeProgressTreeTest.php.
| NodeMock::getScore | ( | ) |
Definition at line 35 of file ilStudyProgrammeProgressTreeTest.php.
References $score.
| NodeMock::withScore | ( | int | $score | ) |
Definition at line 29 of file ilStudyProgrammeProgressTreeTest.php.
References $score.
|
protected |
Definition at line 28 of file ilStudyProgrammeProgressTreeTest.php.
Referenced by getScore(), and withScore().