3 declare(strict_types=1);
47 if ($DIC->http()->wrapper()->post()->has(
'login_hint')) {
49 $user_id = $DIC->http()->wrapper()->post()->retrieve(
'login_hint', $DIC->refinery()->kindlyTo()->string());
52 if ($DIC->http()->wrapper()->post()->has(
'user_id')) {
53 $user_id = $DIC->http()->wrapper()->post()->retrieve(
'user_id', $DIC->refinery()->kindlyTo()->string());
static get(string $a_var)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getLogger(string $a_component_id)
Get component logger.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initFromRequest()
Init credentials from request.
setUsername(string $a_name)
Set username.
debug(string $message, array $context=[])
static clear(string $a_var)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static set(string $a_var, $a_val)
Set a value.