symfony-cmf / resource-bundle

Resource Location for CMF documents based on Puli
https://cmf.symfony.com
5 stars 7 forks source link

Added all and names methods to registry #36

Closed dantleech closed 8 years ago

dantleech commented 8 years ago

Added methods names and all. Names returns all the repository names, where as all returns all registered instances.

These methods are added to the interface in https://github.com/symfony-cmf/resource/pull/31

dantleech commented 8 years ago

Test failing on PHP7.0 because of String in PHPCR-ODM. Not related to this PR, merging.