3 declare(strict_types=1);
22 $res_id = $this->appointment[
'event']->getContextId();
28 if ($b_obj->getFile() !==
"") {
30 $file_property->setAbsolutePath($b_obj->getFileFullPath());
31 $file_property->setFileName($b_obj->getFile());
32 $files[] = $file_property;
35 if ($b_obj->getPostFile() !==
"") {
37 $file_property->setAbsolutePath($b_obj->getPostFileFullPath());
38 $file_property->setFileName($b_obj->getPostFile());
39 $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...