We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e76d98 commit faefa64Copy full SHA for faefa64
Singleton/README.md
@@ -11,3 +11,7 @@ To have only one instance of this object in the application that will handle all
11
* DB Connector
12
* Logger (may also be a Multiton if there are many log files for several purposes)
13
* Lock file for the application (there is only one in the filesystem ...)
14
+
15
+## Diagram
16
17
+<img src="http://yuml.me/diagram/scruffy/class/[Singleton|-instance: Singleton|+getInstance(): Singleton;-__construct(): void;-__clone(): void;-__wakeup(): void]" >
0 commit comments