ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
HttpServiceAware.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\FileDelivery
;
22
38
trait
HttpServiceAware
39
{
43
private
static
$http
;
44
45
55
protected
static
function
http
()
56
{
57
if
(
self::$http
===
null
) {
58
self::$http
=
$GLOBALS
[
'DIC'
][
'http'
];
59
}
60
61
return
self::$http
;
62
}
63
}
$http
$http
Definition:
deliver.php:30
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:55
$GLOBALS
$GLOBALS["DIC"]
Definition:
wac.php:53
HttpServiceAware
ILIAS\FileDelivery
Definition:
Delivery.php:21
components
ILIAS
FileDelivery
classes
HttpServiceAware.php
Generated on Sun Aug 31 2025 23:02:58 for ILIAS by
1.8.13 (using
Doxyfile
)