mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 06:27:25 +02:00
Updated uml diagrams for structural patterns
This commit is contained in:
22
Structural/FluentInterface/uml/FluentInterface.uml
Normal file
22
Structural/FluentInterface/uml/FluentInterface.uml
Normal 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 |
@@ -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
|
Reference in New Issue
Block a user