Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faefa64

Browse files
author
v.velikiy
committed
Singleton Diagram
1 parent 1e76d98 commit faefa64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Singleton/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ To have only one instance of this object in the application that will handle all
1111
* DB Connector
1212
* Logger (may also be a Multiton if there are many log files for several purposes)
1313
* 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

Comments
 (0)