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 () | |
Get the label of this Node. More... | |
withAdditionalSubnode (INode $node) | |
getSubnodes () | |
Get all Nodes under this one.
| |
withExpanded (bool $expanded) | |
Set $expanded to true to have this node expanded on loading. More... | |
isExpanded () | |
Should this Node be expanded on loading? More... | |
withHighlighted (bool $highlighted) | |
isHighlighted () | |
withOnClick (Signal $signal) | |
appendOnClick (Signal $signal) | |
getLink () | |
Get the URI object that is added as link in the UI. More... | |
![]() | |
withAdditionalSubnode (Node $node) | |
Add a Node under this one. More... | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
![]() | |
withResetTriggeredSignals () | |
Get a component like this but reset any triggered signals of other components. More... | |
getTriggeredSignals () | |
Get all triggered signals of this component. More... | |
![]() | |
withOnLoadCode (\Closure $binder) | |
withAdditionalOnLoadCode (\Closure $binder) | |
Add some onload-code to the component instead of replacing the existing one. More... | |
getOnLoadCode () | |
Get the currently bound on load code. 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 |
||
) |
Definition at line 17 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.
URI | $link |
Implements ILIAS\UI\Component\Tree\Node\Node.
Definition at line 27 of file NodeTest.php.