19 declare(strict_types=1);
bylined(string $label, string $byline, ?Icon $icon=null)
description: purpose: > The Bylined Node is an entry containing additional information about the nod...
This describes a tree node with an byline providing additional information about this node...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
simple(string $label, ?Icon $icon=null, ?URI $uri=null)
description: purpose: > The Simple Node is a very basic entry for a Tree.
keyValue(string $label, string $value, ?Icon $icon=null)
description: purpose: > The Key Value node is an entry containing a value paired to its label...
This describes a very basic Tree Node.
This describes a tree node in which the label is complemented by an additional string, forming a key-value pair.