X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Flists%2Fhub%2Fclass_HubList.php;h=ce504d4729d18ff7507078fd07b572caf8ad169e;hb=f87bb882ddaa5f35ac085b1f9df886acc263596d;hp=857ee895dd84a2b376e881632d17d85f165ab33b;hpb=f884d1738b81b893f44001100f51661f307ad9a3;p=hub.git diff --git a/application/hub/main/lists/hub/class_HubList.php b/application/hub/main/lists/hub/class_HubList.php index 857ee895d..ce504d472 100644 --- a/application/hub/main/lists/hub/class_HubList.php +++ b/application/hub/main/lists/hub/class_HubList.php @@ -50,13 +50,12 @@ class HubList extends BaseList implements Listable { } /** - * "Getter" for an iterator instance of this list + * "Getter" for an iterator instance of this list (not implemented) * * @return $iteratorInstance An instance of a Iterator class - * @todo 0% done */ public function getListIterator () { - $this->partialStub('Please implement this method.'); + $this->debugInstance($this->__toString() . ' uses the default iterator. Please call getIterator() instead!'); } /**