Updated uml diagrams for structural patterns

This commit is contained in:
John Webb
2014-07-31 13:27:12 -05:00
parent 6dd33fd433
commit d42043c36c
39 changed files with 3731 additions and 219 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>PHP</ID>
<OriginalElement>\DesignPatterns\Structural\FluentInterface\Sql</OriginalElement>
<nodes>
<node x="0.0" y="0.0">\DesignPatterns\Structural\FluentInterface\Sql</node>
</nodes>
<notes />
<edges />
<settings layout="Hierarchic Group" zoom="1.0" x="108.5" y="84.0" />
<SelectedNodes>
<node>\DesignPatterns\Structural\FluentInterface\Sql</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: 6.0 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -1,13 +0,0 @@
@startuml
class Sql {
#$fields : array
#$from : array
#$where : array
+select(array $fields = array())
+from($table : string, $alias : string)
+where($condition : string)
+getQuery()
}
@enduml