19declare(strict_types=1);
26use ILIAS\GlobalScreen\Scope\Metabar\Factory\isItem;
48 return static function (
isItem $item_one,
isItem $item_two):
int {
53 return strnatcmp($item_one->getTitle(), $item_two->getTitle());
65 return $this->
factory->topParentItem($identification)
66 ->withVisibilityCallable(
Interface IdentificationInterface.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc