Skip to content

Commit d2dcb19

Browse files
committed
Added FluentInterface UML
1 parent 0a47cda commit d2dcb19

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
5.96 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ entities.
1414
* [FluentInterface](FluentInterface) [:notebook:](http://en.wikipedia.org/wiki/Fluent_interface)
1515
* [Proxy](Proxy) [:notebook:](http://en.wikipedia.org/wiki/Proxy_pattern)
1616
* [Registry](Registry) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
17+
18+
## UML Diagram
19+
20+
![Alt FluentInterface UML Diagram](uml/uml.png)

0 commit comments

Comments
 (0)