ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ILIAS\FileDelivery\HttpServiceAware
trait HttpServiceAware
Trait HttpServiceAware.
Definition:
HttpServiceAware.php:39
$http
$http
Definition:
deliver.php:30
ILIAS\FileDelivery
Definition:
Delivery.php:21
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:55
$GLOBALS
$GLOBALS["DIC"]
Definition:
wac.php:54
components
ILIAS
FileDelivery
classes
HttpServiceAware.php
Generated on Sat Oct 18 2025 23:03:02 for ILIAS by
1.9.4 (using
Doxyfile
)