Interface ilFileDeliveryService.
More...
|
| static | deliverFileAttached (string $path_to_file, ?string $download_file_name=null, ?string $mime_type=null, bool $delete_file=false) |
| |
| static | streamVideoInline (string $path_to_file, ?string $download_file_name=null) |
| |
| static | deliverFileInline (string $path_to_file, ?string $download_file_name=null) |
| |
| static | returnASCIIFileName (string $original_filename) |
| | Converts a UTF-8 filename to ASCII. More...
|
| |
◆ deliverFileAttached()
| static ILIAS\FileDelivery\ilFileDeliveryService::deliverFileAttached |
( |
string |
$path_to_file, |
|
|
?string |
$download_file_name = null, |
|
|
?string |
$mime_type = null, |
|
|
bool |
$delete_file = false |
|
) |
| |
|
static |
◆ deliverFileInline()
| static ILIAS\FileDelivery\ilFileDeliveryService::deliverFileInline |
( |
string |
$path_to_file, |
|
|
?string |
$download_file_name = null |
|
) |
| |
|
static |
◆ returnASCIIFileName()
| static ILIAS\FileDelivery\ilFileDeliveryService::returnASCIIFileName |
( |
string |
$original_filename | ) |
|
|
static |
◆ streamVideoInline()
| static ILIAS\FileDelivery\ilFileDeliveryService::streamVideoInline |
( |
string |
$path_to_file, |
|
|
?string |
$download_file_name = null |
|
) |
| |
|
static |
The documentation for this interface was generated from the following file: