Added Registry UML

This commit is contained in:
John Webb
2014-07-29 11:22:48 -05:00
parent d0616c7937
commit 6dd33fd433
6 changed files with 18 additions and 4 deletions

View File

@@ -9,3 +9,7 @@ To write code that is easy readable just like sentences in a natural language (l
* Doctrine2's QueryBuilder works something like that example class below
* PHPUnit uses fluent interfaces to build mock objects
* Yii Framework: CDbCommand and CActiveRecord use this pattern, too
## UML Diagram
![Alt FluentInterface UML Diagram](uml/uml.png)