3 declare(strict_types=1);
28 protected array $help_topics = [];
36 $clone->help_topics = array_unique($topics, SORT_REGULAR);
37 sort($clone->help_topics);
47 $clone->help_topics = array_unique(array_merge($this->help_topics, $topics), SORT_REGULAR);
48 sort($clone->help_topics);
57 return $this->help_topics;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is just a class that marks a string as a help topic.
sort()
description: > Example for rendering a Sort Glyph.
withHelpTopics(Topic ... $topics)
withAdditionalHelpTopics(Topic ... $topics)