ILIAS
trunk Revision v12.0_alpha-1338-g8f7e531aa3c
◀ 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 Wed Apr 29 2026 23:04:03 for ILIAS by
1.9.4 (using
Doxyfile
)