|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Export\ImportStatus\ilCollection:
Collaboration diagram for ILIAS\Export\ImportStatus\ilCollection: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.
References ILIAS\Export\ImportStatus\ilCollection\count().
Referenced by ILIAS\Export\ImportStatus\ilCollection\count(), ILIAS\Export\ImportStatus\ilCollection\hasStatusType(), ILIAS\Export\ImportStatus\ilCollection\toString(), and ILIAS\Export\ImportStatus\ilCollection\valid().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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\ilCollection\toArray(), and ILIAS\Export\ImportStatus\I\ilCollectionInterface\toArray().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ILIAS\Export\ImportStatus\ilCollection::toString | ( | StatusType ... | $types | ) |
Definition at line 133 of file class.ilCollection.php.
References ILIAS\Export\ImportStatus\ilCollection\$elements, ILIAS\Export\ImportStatus\ilCollection\count(), and ILIAS\Export\ImportStatus\ilCollection\getCollectionOfAllByType().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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(), and ILIAS\Export\ImportStatus\ilCollection\toString().
|
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().