ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
interface.ilCollectionInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportStatus\I
;
22
23
use
Countable
;
24
use
ILIAS\Export\ImportStatus\I\Content\ilHandlerInterface
as
ilImportStatusContentHandlerInterface
;
25
use
ILIAS\Export\ImportStatus\I\ilHandlerInterface
as
ilImportStatusHandlerInterface
;
26
use
ILIAS\Export\ImportStatus\StatusType
;
27
use
Iterator
;
28
29
interface
ilCollectionInterface
extends
Iterator
,
Countable
30
{
31
public
function
hasStatusType
(
StatusType
$type): bool;
32
33
public
function
withAddedStatus
(
ilImportStatusHandlerInterface
$import_status):
ilCollectionInterface
;
34
35
public
function
getCollectionOfAllByType
(
StatusType
$type):
ilCollectionInterface
;
36
37
public
function
getMergedCollectionWith
(
ilCollectionInterface
$other):
ilCollectionInterface
;
38
39
public
function
withNumberingEnabled
(
bool
$enabled):
ilCollectionInterface
;
40
41
public
function
toString
(
StatusType
...$types): string;
42
43
public
function
mergeContentToElements
(
44
ilImportStatusContentHandlerInterface
$content,
45
bool
$at_front =
true
46
):
ilCollectionInterface
;
47
51
public
function
toArray
(): array;
52
53
public
function
current
():
ilImportStatusHandlerInterface
;
54
55
public
function
next
(): void;
56
57
public
function
key
():
int
;
58
59
public
function
valid
(): bool;
60
61
public
function
rewind
(): void;
62
63
public
function
count
():
int
;
64
}
ILIAS\Export\ImportStatus\I\ilCollectionInterface\next
next()
ILIAS\Export\ImportStatus\I\ilCollectionInterface\hasStatusType
hasStatusType(StatusType $type)
ILIAS\Export\ImportStatus\I\ilCollectionInterface\current
current()
ILIAS\Export\ImportStatus\I\ilCollectionInterface\getMergedCollectionWith
getMergedCollectionWith(ilCollectionInterface $other)
ILIAS\Export\ImportStatus\I\ilCollectionInterface\withNumberingEnabled
withNumberingEnabled(bool $enabled)
ILIAS\Export\ImportStatus\I\ilCollectionInterface\valid
valid()
ILIAS\Export\ImportStatus\I\ilCollectionInterface\getCollectionOfAllByType
getCollectionOfAllByType(StatusType $type)
ILIAS\Export\ImportStatus\I
ILIAS\Export\ImportStatus\I\ilCollectionInterface\count
count()
ilHandlerInterface
ILIAS\Export\ImportStatus\I\ilCollectionInterface
Definition:
interface.ilCollectionInterface.php:29
ILIAS\Export\ImportStatus\I\ilCollectionInterface\toString
toString(StatusType ... $types)
Countable
ILIAS\Export\ImportStatus\I\ilCollectionInterface\toArray
toArray()
ILIAS\Export\ImportStatus\I\ilCollectionInterface\withAddedStatus
withAddedStatus(ilImportStatusHandlerInterface $import_status)
StatusType
ILIAS\Export\ImportStatus\StatusType
StatusType
Definition:
class.StatusType.php:23
ILIAS\Export\ImportStatus\I\ilCollectionInterface\mergeContentToElements
mergeContentToElements(ilImportStatusContentHandlerInterface $content, bool $at_front=true)
Iterator
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilHandlerInterface
ILIAS\Export\ImportStatus\I\ilCollectionInterface\rewind
rewind()
ILIAS\Export\ImportStatus\I\ilCollectionInterface\key
key()
components
ILIAS
Export
classes
ImportStatus
I
interface.ilCollectionInterface.php
Generated on Wed Sep 3 2025 23:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)