ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilIndexInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\I\File\Path\Node
;
22
23
use
ILIAS\Export\ImportHandler\I\File\Path\Comparison\ilHandlerInterface
as
ilFilePathComparisonInterface
;
24
use
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface
as ilFilePathNodeInterface;
25
26
interface
ilIndexInterface
extends
ilFilePathNodeInterface
27
{
28
public
function
withIndex
(
int
$index):
ilIndexInterface
;
29
30
public
function
withComparison
(
ilFilePathComparisonInterface
$comparison):
ilIndexInterface
;
31
32
public
function
withIndexingFromEndEnabled
(
bool
$enabled
):
ilIndexInterface
;
33
}
ILIAS\Export\ImportHandler\I\File\Path\Node\ilIndexInterface\withIndex
withIndex(int $index)
ILIAS\LTI\ToolProvider\$enabled
bool $enabled
Whether the system instance is enabled to accept connection requests.
Definition:
System.php:123
ILIAS\Export\ImportHandler\I\File\Path\Node\ilIndexInterface\withIndexingFromEndEnabled
withIndexingFromEndEnabled(bool $enabled)
ILIAS\Export\ImportHandler\I\File\Path\Node
Definition:
interface.ilAnyElementInterface.php:21
ILIAS\Export\ImportHandler\I\File\Path\Node\ilIndexInterface
Definition:
interface.ilIndexInterface.php:26
ILIAS\Export\ImportHandler\I\File\Path\Node\ilIndexInterface\withComparison
withComparison(ilFilePathComparisonInterface $comparison)
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface
Definition:
interface.ilNodeInterface.php:23
ilHandlerInterface
Services
Export
classes
ImportHandler
I
File
Path
Node
interface.ilIndexInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)