19 declare(strict_types=1);
    51     public function toArray(): array;
    55     public function next(): void;
    57     public function key(): 
int;
    59     public function valid(): bool;
    61     public function rewind(): void;
 
hasStatusType(StatusType $type)
 
getMergedCollectionWith(ilCollectionInterface $other)
 
withNumberingEnabled(bool $enabled)
 
getCollectionOfAllByType(StatusType $type)
 
toString(StatusType ... $types)
 
withAddedStatus(ilImportStatusHandlerInterface $import_status)
 
mergeContentToElements(ilImportStatusContentHandlerInterface $content, bool $at_front=true)