ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilHandlerCollectionInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\I\File\XML\Manifest
;
22
23
use
Countable
;
24
use
ILIAS\Export\ImportHandler\File\XML\Manifest\ilExportObjectType
;
25
use
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerInterface
as ilManifestXMLFileHandlerInterface;
26
use
ILIAS\Export\ImportStatus\I\ilCollectionInterface
as
ilImportStatusHandlerCollectionInterface
;
27
use
Iterator
;
28
29
interface
ilHandlerCollectionInterface
extends
Iterator
,
Countable
30
{
31
public
function
withMerged
(
ilHandlerCollectionInterface
$other):
ilHandlerCollectionInterface
;
32
33
public
function
withElement
(ilManifestXMLFileHandlerInterface $element):
ilHandlerCollectionInterface
;
34
35
public
function
validateElements
():
ilImportStatusHandlerCollectionInterface
;
36
37
public
function
containsExportObjectType
(
ilExportObjectType
$type): bool;
38
39
public
function
findNextFiles
(): ilHandlerCollectioNinterface;
40
44
public
function
toArray
(): array;
45
46
public
function
current
(): ilManifestXMLFileHandlerInterface;
47
48
public
function
next
(): void;
49
50
public
function
key
():
int
;
51
52
public
function
valid
(): bool;
53
54
public
function
rewind
(): void;
55
}
ILIAS\Export\ImportHandler\File\XML\Manifest\ilExportObjectType
ilExportObjectType
Definition:
enum.ilExportObjectType.php:23
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\rewind
rewind()
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\next
next()
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\toArray
toArray()
ILIAS\Export\ImportHandler\I\File\XML\Manifest
Definition:
interface.ilFactoryInterface.php:21
ilCollectionInterface
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\containsExportObjectType
containsExportObjectType(ilExportObjectType $type)
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\key
key()
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerInterface
Definition:
interface.ilHandlerInterface.php:30
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\valid
valid()
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\withElement
withElement(ilManifestXMLFileHandlerInterface $element)
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface
Definition:
interface.ilHandlerCollectionInterface.php:29
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\current
current()
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\withMerged
withMerged(ilHandlerCollectionInterface $other)
Countable
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\findNextFiles
findNextFiles()
ILIAS\Export\ImportHandler\I\File\XML\Manifest\ilHandlerCollectionInterface\validateElements
validateElements()
Iterator
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Services
Export
classes
ImportHandler
I
File
XML
Manifest
interface.ilHandlerCollectionInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)