ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilAppointmentConsultationHoursFileHandler.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
6
12
class
ilAppointmentConsultationHoursFileHandler
extends
ilAppointmentBaseFileHandler
implements
ilAppointmentFileHandler
13
{
17
public
function
getFiles
(): array
18
{
19
return
[];
20
}
21
}
ilAppointmentBaseFileHandler
Base file handler class for appointment classes.
Definition:
class.ilAppointmentBaseFileHandler.php:13
ilAppointmentConsultationHoursFileHandler
Consultation Hours appointment file handler.
Definition:
class.ilAppointmentConsultationHoursFileHandler.php:13
ilAppointmentConsultationHoursFileHandler\getFiles
getFiles()
@inheritDoc
Definition:
class.ilAppointmentConsultationHoursFileHandler.php:17
ilAppointmentFileHandler
Appointment file handler interface.
Definition:
interface.ilAppointmentFileHandler.php:15
Services
Calendar
classes
FileHandler
class.ilAppointmentConsultationHoursFileHandler.php
Generated on Sun Nov 2 2025 22:01:30 for ILIAS by
1.9.4 (using
Doxyfile
)