ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct (ilImportStatusFactoryInterface $status,) | |
hasStatusType (StatusType $type) | |
withAddedStatus (ilHandlerInterface $import_status) | |
getCollectionOfAllByType (StatusType $type) | |
getMergedCollectionWith (ilCollectionInterface $other) | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
count () | |
toArray () | |
withNumberingEnabled (bool $enabled) | |
toString (StatusType ... $types) | |
mergeContentToElements (ilImportStatusContentHandlerInterface $content, bool $at_front=true) | |
![]() | |
hasStatusType (StatusType $type) | |
withAddedStatus (ilImportStatusHandlerInterface $import_status) | |
getCollectionOfAllByType (StatusType $type) | |
toString (StatusType ... $types) | |
Protected Member Functions | |
getArrayOfElementsWithType (StatusType $type) | |
Protected Attributes | |
ilImportStatusFactoryInterface | $status |
array | $elements |
int | $index |
int | $minIndex |
bool | $is_numbering_enabled |
Definition at line 28 of file class.ilCollection.php.
ILIAS\Export\ImportStatus\ilCollection::__construct | ( | ilImportStatusFactoryInterface | $status | ) |
Definition at line 39 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\$minIndex, and ILIAS\Export\ImportStatus\ilCollection\$status.
ILIAS\Export\ImportStatus\ilCollection::count | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 113 of file class.ilCollection.php.
Referenced by ILIAS\Export\ImportStatus\ilCollection\hasStatusType(), ILIAS\Export\ImportStatus\ilCollection\toString(), and ILIAS\Export\ImportStatus\ilCollection\valid().
ILIAS\Export\ImportStatus\ilCollection::current | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 88 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\$index.
|
protected |
Definition at line 52 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilHandler\getType(), and ILIAS\Export\ImportStatus\ilCollection\toArray().
Referenced by ILIAS\Export\ImportStatus\ilCollection\getCollectionOfAllByType(), and ILIAS\Export\ImportStatus\ilCollection\hasStatusType().
ILIAS\Export\ImportStatus\ilCollection::getCollectionOfAllByType | ( | StatusType | $type | ) |
Definition at line 74 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\getArrayOfElementsWithType().
Referenced by ILIAS\Export\ImportStatus\ilCollection\toString().
ILIAS\Export\ImportStatus\ilCollection::getMergedCollectionWith | ( | ilCollectionInterface | $other | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 81 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\I\ilCollectionInterface\toArray(), and ILIAS\Export\ImportStatus\ilCollection\toArray().
ILIAS\Export\ImportStatus\ilCollection::hasStatusType | ( | StatusType | $type | ) |
Definition at line 62 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\count(), and ILIAS\Export\ImportStatus\ilCollection\getArrayOfElementsWithType().
ILIAS\Export\ImportStatus\ilCollection::key | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 98 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\$index.
ILIAS\Export\ImportStatus\ilCollection::mergeContentToElements | ( | ilImportStatusContentHandlerInterface | $content, |
bool | $at_front = true |
||
) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 154 of file class.ilCollection.php.
ILIAS\Export\ImportStatus\ilCollection::next | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 93 of file class.ilCollection.php.
ILIAS\Export\ImportStatus\ilCollection::rewind | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 108 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\$minIndex.
ILIAS\Export\ImportStatus\ilCollection::toArray | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 121 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\$elements.
Referenced by ILIAS\Export\ImportStatus\ilCollection\getArrayOfElementsWithType(), and ILIAS\Export\ImportStatus\ilCollection\getMergedCollectionWith().
ILIAS\Export\ImportStatus\ilCollection::toString | ( | StatusType ... | $types | ) |
Definition at line 133 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\count(), and ILIAS\Export\ImportStatus\ilCollection\getCollectionOfAllByType().
ILIAS\Export\ImportStatus\ilCollection::valid | ( | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 103 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\count().
ILIAS\Export\ImportStatus\ilCollection::withAddedStatus | ( | ilHandlerInterface | $import_status | ) |
Definition at line 67 of file class.ilCollection.php.
ILIAS\Export\ImportStatus\ilCollection::withNumberingEnabled | ( | bool | $enabled | ) |
Implements ILIAS\Export\ImportStatus\I\ilCollectionInterface.
Definition at line 126 of file class.ilCollection.php.
|
protected |
Definition at line 34 of file class.ilCollection.php.
Referenced by ILIAS\Export\ImportStatus\ilCollection\toArray().
|
protected |
Definition at line 35 of file class.ilCollection.php.
Referenced by ILIAS\Export\ImportStatus\ilCollection\current(), and ILIAS\Export\ImportStatus\ilCollection\key().
|
protected |
Definition at line 37 of file class.ilCollection.php.
|
protected |
Definition at line 36 of file class.ilCollection.php.
Referenced by ILIAS\Export\ImportStatus\ilCollection\__construct(), and ILIAS\Export\ImportStatus\ilCollection\rewind().
|
protected |
Definition at line 30 of file class.ilCollection.php.
Referenced by ILIAS\Export\ImportStatus\ilCollection\__construct().