|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\HTTP\HTTPUtil:Public Member Functions | |
| __construct (HTTP\Services $http) | |
| sendString (string $output) | |
| deliverString (string $data, string $filename, string $mime="application/octet-stream") | |
| deliverStream (FileStream $stream, string $filename, string $mime="application/octet-stream") | |
Protected Attributes | |
| HTTP Services | $http |
Definition at line 31 of file class.HTTPUtil.php.
| ILIAS\HTTP\HTTPUtil::__construct | ( | HTTP\Services | $http | ) |
Definition at line 35 of file class.HTTPUtil.php.
References ILIAS\HTTP\HTTPUtil\$http, and ILIAS\Repository\http().
Here is the call graph for this function:| ILIAS\HTTP\HTTPUtil::deliverStream | ( | FileStream | $stream, |
| string | $filename, | ||
| string | $mime = "application/octet-stream" |
||
| ) |
Definition at line 68 of file class.HTTPUtil.php.
References ILIAS\FileDelivery\Delivery\DIRECT_PHP_OUTPUT, ILIAS\FileDelivery\Delivery\DISP_ATTACHMENT, and ILIAS\Repository\http().
Here is the call graph for this function:| ILIAS\HTTP\HTTPUtil::deliverString | ( | string | $data, |
| string | $filename, | ||
| string | $mime = "application/octet-stream" |
||
| ) |
Definition at line 49 of file class.HTTPUtil.php.
References ILIAS\FileDelivery\Delivery\DIRECT_PHP_OUTPUT, ILIAS\FileDelivery\Delivery\DISP_ATTACHMENT, ILIAS\Repository\http(), and ILIAS\Filesystem\Stream\Streams\ofString().
Here is the call graph for this function:| ILIAS\HTTP\HTTPUtil::sendString | ( | string | $output | ) |
Definition at line 40 of file class.HTTPUtil.php.
References ILIAS\Repository\http(), and ILIAS\Filesystem\Stream\Streams\ofString().
Here is the call graph for this function:Definition at line 33 of file class.HTTPUtil.php.
Referenced by ILIAS\HTTP\HTTPUtil\__construct().