Added More pattern UMLs

This commit is contained in:
John Webb
2014-07-31 14:13:53 -05:00
parent 3a35fa7ef6
commit de431c5126
33 changed files with 1508 additions and 2 deletions

View File

@@ -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
![Alt Repository UML Diagram](uml/uml.png)

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

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