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