ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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:26
ilImportDirectoryHandler\getAbsolutePath
getAbsolutePath()
ilImportDirectoryHandler\exists
exists()
components
ILIAS
Export
interfaces
interface.ilImportDirectoryHandler.php
Generated on Sun Aug 31 2025 23:02:56 for ILIAS by
1.8.13 (using
Doxyfile
)