ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
Dummy-implementation for testing. More...
Public Member Functions | |
__construct (string $label, ?URI $link=null) | |
withLink (URI $link) | |
Create a new node object with an URI that will be added to the UI. More... | |
![]() | |
__construct (string $label, ?URI $link=null) | |
getLabel () | |
withAdditionalSubnode (INode $node) | |
getSubnodes () | |
withExpanded (bool $expanded) | |
isExpanded () | |
withHighlighted (bool $highlighted) | |
isHighlighted () | |
withOnClick (Signal $signal) | |
appendOnClick (Signal $signal) | |
getLink () | |
Get the URI object that is added as link in the UI. More... | |
Additional Inherited Members | |
![]() | |
array | $subnodes = [] |
URI | $link = null |
string | $label |
bool | $expanded = false |
bool | $highlighted = false |
Dummy-implementation for testing.
Definition at line 33 of file NodeTest.php.
Definition at line 35 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\$link, and ILIAS\GlobalScreen\Provider\__construct().
TestingNode::withLink | ( | URI | $link | ) |
Create a new node object with an URI that will be added to the UI.
Definition at line 43 of file NodeTest.php.