38 $endpoint = self::addPath($endpoint,
$path);
50 if (strpos($endpoint,
'?') ===
false) {
51 if (substr($endpoint, -strlen($path)) !== $path) {
54 } elseif (strpos($endpoint,
"{$path}?") ===
false) {
55 $endpoint = str_replace(
'?',
"{$path}?", $endpoint);
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)