Singleton Diagram

This commit is contained in:
v.velikiy 2013-11-29 15:06:20 +02:00
parent 1e76d98540
commit faefa64e2f

View File

@ -11,3 +11,7 @@ To have only one instance of this object in the application that will handle all
* DB Connector
* Logger (may also be a Multiton if there are many log files for several purposes)
* Lock file for the application (there is only one in the filesystem ...)
## Diagram
<img src="http://yuml.me/diagram/scruffy/class/[Singleton|-instance: Singleton|+getInstance(): Singleton;-__construct(): void;-__clone(): void;-__wakeup(): void]" >