ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
interface.ilAppointmentFileHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
ILIAS\Calendar\FileHandler\ilFileProperty
;
22
30
interface
ilAppointmentFileHandler
31
{
35
public
function
getFiles
(): array;
36
}
ILIAS\Calendar\FileHandler\ilFileProperty
Definition:
class.ilFileProperty.php:29
ilAppointmentFileHandler
Appointment file handler interface.
Definition:
interface.ilAppointmentFileHandler.php:31
ilAppointmentFileHandler\getFiles
getFiles()
components
ILIAS
Calendar
interfaces
interface.ilAppointmentFileHandler.php
Generated on Sat Dec 13 2025 23:02:00 for ILIAS by
1.9.4 (using
Doxyfile
)