mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-27 23:09:13 +02:00
Added Decorator UML
This commit is contained in:
@@ -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