mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 13:59:08 +02:00
Updated uml diagrams for structural patterns
This commit is contained in:
22
Structural/Registry/uml/Registry.uml
Normal file
22
Structural/Registry/uml/Registry.uml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Diagram>
|
||||
<ID>PHP</ID>
|
||||
<OriginalElement>\DesignPatterns\Structural\Registry\Registry</OriginalElement>
|
||||
<nodes>
|
||||
<node x="0.0" y="0.0">\DesignPatterns\Structural\Registry\Registry</node>
|
||||
</nodes>
|
||||
<notes />
|
||||
<edges />
|
||||
<settings layout="Hierarchic Group" zoom="1.0" x="97.0" y="54.5" />
|
||||
<SelectedNodes>
|
||||
<node>\DesignPatterns\Structural\Registry\Registry</node>
|
||||
</SelectedNodes>
|
||||
<Categories>
|
||||
<Category>Fields</Category>
|
||||
<Category>Constants</Category>
|
||||
<Category>Constructors</Category>
|
||||
<Category>Methods</Category>
|
||||
</Categories>
|
||||
<VISIBILITY>private</VISIBILITY>
|
||||
</Diagram>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.5 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 25 KiB |
@@ -1,9 +0,0 @@
|
||||
@startuml
|
||||
|
||||
abstract class Registry {
|
||||
#static $storedValues : array;
|
||||
+static function set($key : string, $value : mixed)
|
||||
+static function get($key : string)
|
||||
}
|
||||
|
||||
@enduml
|
Reference in New Issue
Block a user