We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a47cda commit d2dcb19Copy full SHA for d2dcb19
Structural/FluentInterface/uml/uml.png
5.96 KB
Structural/FluentInterface/uml/uml.svg
Structural/FluentInterface/uml/uml.txt
@@ -0,0 +1,13 @@
1
+@startuml
2
+
3
+class Sql {
4
+ #$fields : array
5
+ #$from : array
6
+ #$where : array
7
+ +select(array $fields = array())
8
+ +from($table : string, $alias : string)
9
+ +where($condition : string)
10
+ +getQuery()
11
+}
12
13
+@enduml
Structural/README.md
@@ -14,3 +14,7 @@ entities.
14
* [FluentInterface](FluentInterface) [:notebook:](http://en.wikipedia.org/wiki/Fluent_interface)
15
* [Proxy](Proxy) [:notebook:](http://en.wikipedia.org/wiki/Proxy_pattern)
16
* [Registry](Registry) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
17
18
+## UML Diagram
19
20
+
0 commit comments