PatternsRegistry.php

A Simple Registry Implementation with Array Access

This file contains a general purpose straight forward registry pattern. In fact, it's really just a paired down \ArrayObject implementation. That's it. The only advantage of having this code is if there were to be special logic associated with the registry, we could put it here, instead of having to rewrite arrays everywhere else through the project.

Classes

Registry The Registry Class