19 declare(strict_types=1);
45 if (str_starts_with($uri_string,
'http')) {
46 return new URI($uri_string);
49 return new URI(rtrim(ILIAS_HTTP_PATH,
"/") .
"/" . ltrim($uri_string,
"./"));
56 $component = $this->applyComponentDecorator($component, $item);
58 return $component->withHelpTopics(...$item->getTopics());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides fluid interface to RBAC services.