ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Oct 18 2025 23:02:42 for ILIAS by
1.9.4 (using
Doxyfile
)