◆ __construct()
◆ isAuthenticatedUsrSession()
ilSessionReminderCheck::isAuthenticatedUsrSession |
( |
?array |
$data | ) |
|
|
private |
◆ isSessionAlreadyExpired()
ilSessionReminderCheck::isSessionAlreadyExpired |
( |
int |
$expirationTime | ) |
|
|
private |
◆ toJsonResponse()
ilSessionReminderCheck::toJsonResponse |
( |
|
$data | ) |
|
|
private |
- Parameters
-
- Returns
- ResponseInterface
Definition at line 158 of file class.ilSessionReminderCheck.php.
158 : ResponseInterface
159 {
160 return $this->
http->response()
161 ->withHeader(ResponseHeader::CONTENT_TYPE, 'application/json')
162 ->withBody(Streams::ofString(json_encode(
$data, JSON_THROW_ON_ERROR)));
163 }
static http()
Fetches the global http state from ILIAS.
References $data, and ILIAS\FileDelivery\http().
The documentation for this class was generated from the following file: