]> git.mxchange.org Git - core.git/commit
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Sat, 1 Jul 2017 21:27:39 +0000 (23:27 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Jul 2017 21:27:39 +0000 (23:27 +0200)
commit9038ac3be74ac32db35adceb83f40170ac123e4f
tree83d3181acc016e32dec85afb68a41df233599c8f
parent6baa6703080c850668eeb1cf78df1d6c6c4c5d7e
Continued a bit:
- added experimental RegistryIterator class which will iterate over all found
  entries in the given registry. If a sub-registry is found, also their entries
  will be iterated over instead of the sub-registry being returned.

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/config-global.php
framework/main/classes/iterator/class_
framework/main/classes/iterator/registry/.htaccess [new file with mode: 0644]
framework/main/classes/iterator/registry/class_RegistryIterator.php [new file with mode: 0644]
framework/main/classes/registry/class_BaseRegistry.php