Design Patterns: singleton
Haruki Setoyama (contact me)
This class makes it easy to instanciate and manipulate singleton classes.
A singleton class assures that only one object of the class exists at one time. Multiple attempts to create an object of a singleton class return always the same class instance.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Not sure (45.0%)
| Sufficient (60.0%)
| -
| -
| -
| -
| Insufficient (28.5%)
| 1837 |
Click here for detailed information about this class on phpclasses.org