Calendar file handler.
More...
Calendar file handler.
- Author
- Alex Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
- Version
- $Id$
Definition at line 10 of file class.ilCalendarFileHandler.php.
◆ __construct()
ilCalendarFileHandler::__construct |
( |
| ) |
|
◆ downloadFilesForEvents()
ilCalendarFileHandler::downloadFilesForEvents |
( |
|
$a_events | ) |
|
Download files for events.
- Parameters
-
Definition at line 26 of file class.ilCalendarFileHandler.php.
References $DIC, ilFileDelivery\DISP_ATTACHMENT, exit, and ilAppointmentFileHandlerFactory\getInstance().
28 include_once(
"./Services/Calendar/classes/FileHandler/class.ilAppointmentFileHandlerFactory.php");
29 foreach ($a_events as $event) {
31 foreach ($fh->getFiles() as $file) {
78 if (is_file($last_file)) {
79 require_once(
'./Services/FileDelivery/classes/class.ilFileDelivery.php');
81 $ilClientIniFile = $DIC[
'ilClientIniFile'];
86 $ilFileDelivery->setConvertFileNameToAsci((
bool) !$ilClientIniFile->readVariable(
'file_access',
'disable_ascii'));
88 $ilFileDelivery->deliver();
static getInstance($a_appointment)
The documentation for this class was generated from the following file: