22 $user_id = $DIC->user()->getId();
24 $ass_id = $this->appointment[
'event']->getContextId() / 10;
26 $ass_files = $assignment->getFiles();
29 if (count($ass_files) && $state->areInstructionsVisible()) {
30 foreach ($ass_files as $ass_file) {
32 $file_property->setAbsolutePath($ass_file[
'fullpath']);
33 $file_property->setFileName($ass_file[
'name']);
35 $files[] = $file_property;
Exercise appointment file handler.
Appointment file handler interface.
static getInstanceByIds($a_ass_id, $a_user_id=0)
Get instance by IDs (recommended for consumer code)
Base file handler class for appointment classes.