ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilAppointmentBaseFileHandler
Base file handler class for appointment classes.
Definition:
class.ilAppointmentBaseFileHandler.php:27
ilAppointmentDummyFileHandler
Dummy appointment file handler.
Definition:
class.ilAppointmentDummyFileHandler.php:27
ilAppointmentDummyFileHandler\getFiles
getFiles()
@inheritDoc
Definition:
class.ilAppointmentDummyFileHandler.php:31
ilAppointmentFileHandler
Appointment file handler interface.
Definition:
interface.ilAppointmentFileHandler.php:31
components
ILIAS
Calendar
classes
FileHandler
class.ilAppointmentDummyFileHandler.php
Generated on Sun Oct 19 2025 23:02:34 for ILIAS by
1.9.4 (using
Doxyfile
)