| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To implement a central storage for objects often used throughout the application, is typically implemented using an abstract class with only static methods (or using the Singleton pattern)
You can also find these code on GitHub
Registry.php
.. literalinclude:: Registry.php :language: php :linenos:
Tests/RegistryTest.php
.. literalinclude:: Tests/RegistryTest.php :language: php :linenos:
| Back | FazBrowse Home | New Git URL |