Merge remote-tracking branch 'hugeval/SingletonDiagram'

This commit is contained in:
Dominik Liebler 2013-12-06 10:22:14 +01:00
commit 30dd20d6c7

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]" >