]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/iterator/registry/class_IteratableRegistry.php
Continued:
[core.git] / framework / main / interfaces / iterator / registry / class_IteratableRegistry.php
index 7bfbb5c2758dbed29109e323f9ed7b652c5a65ef..9e9d602a95208172621e584d378101d8fef41a9b 100644 (file)
@@ -35,10 +35,11 @@ interface IteratableRegistry extends FrameworkInterface, Iterator {
        /**
         * Initializes this iterator by scanning over the registry for all keys.
         *
+        * @param       $onlyRegistries         Only iterate on these sub-registry keys, default is all
         * @return      void
         * @throws      LogicException  If a registry entry does not implement Registerable
         * @throws      NullPointerException    If criteriaKey or criteriaMethod is not set but a call-back instance is set
         */
-       function initIterator (FrameworkInterface $callbackInstance = NULL, $criteriaKey = NULL, $criteriaMethod = NULL);
+       function initIterator (array $onlyRegistries = []);
 
 }