ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
interface.ilImportDirectoryHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
interface
ilImportDirectoryHandler
27
{
28
public
function
exists
(): bool;
29
30
public
function
getAbsolutePath
(): string;
31
}
ilImportDirectoryHandler
Import directory interface.
Definition:
interface.ilImportDirectoryHandler.php:27
ilImportDirectoryHandler\getAbsolutePath
getAbsolutePath()
ilImportDirectoryHandler\exists
exists()
components
ILIAS
Export
interfaces
interface.ilImportDirectoryHandler.php
Generated on Sun Apr 5 2026 23:02:58 for ILIAS by
1.9.4 (using
Doxyfile
)