Class StartUpMetaBarProvider.
More...
◆ appendUrlParameterString()
ILIAS\Init\Provider\StartUpMetaBarProvider::appendUrlParameterString |
( |
string |
$existing_url, |
|
|
string |
$addition |
|
) |
| |
|
private |
Definition at line 112 of file StartUpMetaBarProvider.php.
References $url.
114 $url = (is_int(strpos($existing_url,
"?")))
115 ? $existing_url .
"&" . $addition
116 : $existing_url .
"?" . $addition;
118 $url = str_replace(
"?&",
"?",
$url);
◆ getBaseURL()
ILIAS\Init\Provider\StartUpMetaBarProvider::getBaseURL |
( |
| ) |
|
|
private |
◆ isUserLoggedIn()
ILIAS\Init\Provider\StartUpMetaBarProvider::isUserLoggedIn |
( |
| ) |
|
|
private |
Definition at line 98 of file StartUpMetaBarProvider.php.
100 return (!$this->dic->user()->isAnonymous() && $this->dic->user()->getId() != 0);
◆ isUserOnLoginPage()
ILIAS\Init\Provider\StartUpMetaBarProvider::isUserOnLoginPage |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following file: