5include_once(
"./Services/Calendar/interfaces/interface.ilAppointmentFileHandler.php");
6include_once(
"./Services/Calendar/classes/FileHandler/class.ilAppointmentBaseFileHandler.php");
26 $user_id =
$DIC->user()->getId();
28 $ass_id = $this->appointment[
'event']->getContextId() / 10;
30 $ass_files = $assignment->getFiles();
33 if (count($ass_files) &&
$state->areInstructionsVisible()) {
34 foreach ($ass_files as $ass_file) {
35 $files[] = $ass_file[
'fullpath'];
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
An exception for terminatinating execution or to throw for unit testing.
Base file handler class for appointment classes.
Exercise appointment file handler.
getFiles()
Get files (for appointment)
static getInstanceByIds($a_ass_id, $a_user_id=0)
Get instance by IDs (recommended for consumer code)
Appointemtn file handler interface.