Added Decorator UML

This commit is contained in:
John Webb
2014-07-29 10:18:51 -05:00
parent 729d093391
commit 3a7e38f91d
7 changed files with 36 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -13,6 +13,7 @@ class User {
}
class UserMapper {
# $user : User
protected $adapter
+__construct(DBAL $dbLayer)
+save(User $user)