ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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) | |
@inhertidoc More... | |
isHighlighted () | |
@inhertidoc More... | |
withOnClick (Signal $signal) | |
@inhertidoc More... | |
appendOnClick (Signal $signal) | |
@inhertidoc More... | |
getLink () | |
Get the URI object that is added as link in the UI. More... | |
Additional Inherited Members | |
![]() | |
$link | |
$label | |
$expanded = false | |
$highlighted = false | |
$subnodes = [] | |
Dummy-implementation for testing.
Definition at line 15 of file NodeTest.php.
TestingNode::__construct | ( | string | $label, |
URI | $link = null |
||
) |
Reimplemented from ILIAS\UI\Implementation\Component\Tree\Node\Node.
Definition at line 17 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\$label, 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.
URI | $link |
Definition at line 27 of file NodeTest.php.
References ILIAS\UI\Implementation\Component\Tree\Node\Node\$link.