X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Flists%2Fclass_Listable.php;h=caac23f3c23e636653efed4ca7fb2787e6b19a2f;hb=a44489127edbf6dcbf0b1da401872c74aecf9c1a;hp=eb570137c0895f48e8008238adf1cfdebe594681;hpb=0f3d022a5cfe24f5af7b9d469cf8b82dab2039dd;p=hub.git diff --git a/application/hub/interfaces/lists/class_Listable.php b/application/hub/interfaces/lists/class_Listable.php index eb570137c..caac23f3c 100644 --- a/application/hub/interfaces/lists/class_Listable.php +++ b/application/hub/interfaces/lists/class_Listable.php @@ -69,6 +69,13 @@ interface Listable extends FrameworkInterface, IteratorAggregate { * @throws InvalidListHashException If the solved hash index is invalid */ function updateCurrentEntryByHash ($hash, array $entryArray); + + /** + * "Getter" for an iterator instance of this list + * + * @return $iteratorInstance An instance of a Iterator class + */ + function getListIterator (); } // [EOF]