ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
int.ilFileDeliveryService.php
Go to the documentation of this file.
1<?php
2
3namespace ILIAS\FileDelivery;
4
11{
12
21 public static function deliverFileAttached($path_to_file, $download_file_name = '', $mime_type = '', $delete_file = false);
22
23
30 public static function streamVideoInline($path_to_file, $download_file_name = '');
31
32
39 public static function deliverFileInline($path_to_file, $download_file_name = '');
40
41
49 public static function returnASCIIFileName($original_filename);
50}
An exception for terminatinating execution or to throw for unit testing.
static returnASCIIFileName($original_filename)
Converts a UTF-8 filename to ASCII.
static deliverFileAttached($path_to_file, $download_file_name='', $mime_type='', $delete_file=false)
static streamVideoInline($path_to_file, $download_file_name='')
static deliverFileInline($path_to_file, $download_file_name='')