mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Added More pattern UMLs
This commit is contained in:
@@ -10,3 +10,7 @@ Repository also supports the objective of achieving a clean separation and one-w
|
||||
|
||||
* Doctrine 2 ORM: there is Repository that mediates between Entity and DBAL and contains methods to retrieve objects
|
||||
* Laravel Framework
|
||||
|
||||
## UML Diagram
|
||||
|
||||

|
28
More/Repository/uml/Repository.uml
Normal file
28
More/Repository/uml/Repository.uml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Diagram>
|
||||
<ID>PHP</ID>
|
||||
<OriginalElement>\DesignPatterns\Repository\PostRepository</OriginalElement>
|
||||
<nodes>
|
||||
<node x="415.0" y="0.0">\DesignPatterns\Repository\Storage</node>
|
||||
<node x="405.0" y="137.0">\DesignPatterns\Repository\MemoryStorage</node>
|
||||
<node x="0.0" y="0.0">\DesignPatterns\Repository\Post</node>
|
||||
<node x="0.0" y="373.0">\DesignPatterns\Repository\PostRepository</node>
|
||||
</nodes>
|
||||
<notes />
|
||||
<edges>
|
||||
<edge source="\DesignPatterns\Repository\MemoryStorage" target="\DesignPatterns\Repository\Storage">
|
||||
<point x="0.0" y="-74.5" />
|
||||
<point x="0.0" y="43.5" />
|
||||
</edge>
|
||||
</edges>
|
||||
<settings layout="Hierarchic Group" zoom="0.7394636015325671" x="299.5" y="251.0" />
|
||||
<SelectedNodes />
|
||||
<Categories>
|
||||
<Category>Fields</Category>
|
||||
<Category>Constants</Category>
|
||||
<Category>Constructors</Category>
|
||||
<Category>Methods</Category>
|
||||
</Categories>
|
||||
<VISIBILITY>private</VISIBILITY>
|
||||
</Diagram>
|
||||
|
BIN
More/Repository/uml/uml.png
Normal file
BIN
More/Repository/uml/uml.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
687
More/Repository/uml/uml.svg
Normal file
687
More/Repository/uml/uml.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 89 KiB |
Reference in New Issue
Block a user