19 declare(strict_types=1);
36 $res_id = $this->appointment[
'event']->getContextId();
42 if ($b_obj->getFile() !==
"") {
44 $file_property->setAbsolutePath($b_obj->getFileFullPath());
45 $file_property->setFileName($b_obj->getFile());
46 $files[] = $file_property;
49 if ($b_obj->getPostFile() !==
"") {
51 $file_property->setAbsolutePath($b_obj->getPostFileFullPath());
52 $file_property->setFileName($b_obj->getPostFile());
53 $files[] = $file_property;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Appointment file handler interface.
Booking Pool appointment file handler.
Base file handler class for appointment classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...