8 require_once(
'./Services/FileDelivery/interfaces/int.ilFileDeliveryType.php');
39 $this->httpService = $httpState;
48 return is_readable($path_to_file);
58 $this->file = fopen($path_to_file,
"rb");
65 public function deliver($path_to_file, $file_marked_to_delete)
67 $this->httpService->sendResponse();
68 fpassthru($this->file);
106 return unlink($path_to_file);
Interface GlobalHttpState.
deliver($path_to_file, $file_marked_to_delete)
absolute path to fileThis is needed at this point for header-based delivery methodsbool ...
supportsInlineDelivery()
bool
__construct(GlobalHttpState $httpState)
PHP constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface ilFileDeliveryType.
handleFileDeletion($path_to_file)
bool
supportsAttachmentDelivery()
bool
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepare($path_to_file)
bool
doesFileExists($path_to_file)