ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilAppointmentDummyFileHandler.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
ilAppointmentDummyFileHandler
extends
ilAppointmentBaseFileHandler
implements
ilAppointmentFileHandler
13
{
17
public
function
getFiles
(): array
18
{
19
return
[];
20
}
21
}
ilAppointmentFileHandler
Appointment file handler interface.
Definition:
interface.ilAppointmentFileHandler.php:14
ilAppointmentDummyFileHandler\getFiles
getFiles()
Definition:
class.ilAppointmentDummyFileHandler.php:17
ilAppointmentBaseFileHandler
Base file handler class for appointment classes.
Definition:
class.ilAppointmentBaseFileHandler.php:12
ilAppointmentDummyFileHandler
Dummy appointment file handler.
Definition:
class.ilAppointmentDummyFileHandler.php:12
Services
Calendar
classes
FileHandler
class.ilAppointmentDummyFileHandler.php
Generated on Wed Sep 3 2025 22:01:52 for ILIAS by
1.8.13 (using
Doxyfile
)