mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-26 06:19:20 +02:00
some explanations
This commit is contained in:
@@ -5,7 +5,7 @@ namespace DesignPatterns\Observer;
|
||||
/**
|
||||
* Observer pattern : The observed object (the subject)
|
||||
*
|
||||
* The subject maintains a list of Observer and send notificiations.
|
||||
* The subject maintains a list of Observers and sends notifications.
|
||||
*
|
||||
*/
|
||||
class User implements \SplSubject
|
||||
|
Reference in New Issue
Block a user