mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
Added Behavioral pattern UMLs
This commit is contained in:
@@ -12,10 +12,6 @@ To have only one instance of this object in the application that will handle all
|
||||
* 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]" >
|
||||
|
||||
## UML Diagram
|
||||
|
||||

|
Reference in New Issue
Block a user