| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Repository\HTTP\HTTPUtil:Public Member Functions | |
| __construct (HTTP\Services $http) | |
| sendString (string $output) | |
| deliverString (string $data, string $filename, string $mime="application/octet-stream") | |
Protected Attributes | |
| HTTP Services | $http | 
Definition at line 30 of file class.HTTPUtil.php.
| ILIAS\Repository\HTTP\HTTPUtil::__construct | ( | HTTP\Services | $http | ) | 
Definition at line 34 of file class.HTTPUtil.php.
References ILIAS\Repository\HTTP\HTTPUtil\$http, and ILIAS\Repository\http().
 Here is the call graph for this function:| ILIAS\Repository\HTTP\HTTPUtil::deliverString | ( | string | $data, | 
| string | $filename, | ||
| string | $mime = "application/octet-stream"  | 
        ||
| ) | 
Definition at line 48 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\Repository\HTTP\HTTPUtil::sendString | ( | string | $output | ) | 
Definition at line 39 of file class.HTTPUtil.php.
References ILIAS\Repository\http(), and ILIAS\Filesystem\Stream\Streams\ofString().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 32 of file class.HTTPUtil.php.
Referenced by ILIAS\Repository\HTTP\HTTPUtil\__construct().