ILIAS  release_8 Revision v8.24
class.ilAppointmentConsultationHoursFileHandler.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
6
13{
17 public function getFiles(): array
18 {
19 return [];
20 }
21}
Base file handler class for appointment classes.
Appointment file handler interface.