ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilAppointmentDummyFileHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilAppointmentDummyFileHandler
extends
ilAppointmentBaseFileHandler
implements
ilAppointmentFileHandler
27
{
31
public
function
getFiles
(): array
32
{
33
return
[];
34
}
35
}
ilAppointmentFileHandler
Appointment file handler interface.
Definition:
interface.ilAppointmentFileHandler.php:30
ilAppointmentDummyFileHandler\getFiles
getFiles()
Definition:
class.ilAppointmentDummyFileHandler.php:31
ilAppointmentBaseFileHandler
Base file handler class for appointment classes.
Definition:
class.ilAppointmentBaseFileHandler.php:26
ilAppointmentDummyFileHandler
Dummy appointment file handler.
Definition:
class.ilAppointmentDummyFileHandler.php:26
components
ILIAS
Calendar
classes
FileHandler
class.ilAppointmentDummyFileHandler.php
Generated on Sun Aug 31 2025 23:02:28 for ILIAS by
1.8.13 (using
Doxyfile
)