19 declare(strict_types=1);
36 $ass_id = $this->appointment[
'event']->getContextId() / 10;
38 $ass_files = $assignment->getFiles();
41 if (count($ass_files) && $state->areInstructionsVisible()) {
42 foreach ($ass_files as $ass_file) {
44 $file_property->setAbsolutePath($ass_file[
'fullpath']);
45 $file_property->setFileName($ass_file[
'name']);
46 $file_property->setFileRId($ass_file[
'rid']);
47 $files[] = $file_property;
Exercise appointment file handler.
Appointment file handler interface.
static getInstanceByIds(int $a_ass_id, int $a_user_id=0)
Base file handler class for appointment classes.