ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ 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 Sun Apr 5 2026 23:02:38 for ILIAS by
1.9.4 (using
Doxyfile
)