mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-28 20:23:34 +02:00
Added Decorator UML
This commit is contained in:
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 |
@ -13,6 +13,7 @@ class User {
|
||||
}
|
||||
|
||||
class UserMapper {
|
||||
# $user : User
|
||||
protected $adapter
|
||||
+__construct(DBAL $dbLayer)
|
||||
+save(User $user)
|
||||
|
Reference in New Issue
Block a user