3.7. Observer
3.7.2. Examples
- a message queue system is observed to show the progress of a job in aGUI
PHP already defines two interfaces that can help to implement thispattern: SplObserver and SplSubject.
3.7.4. UML Diagram
You can also find this code on GitHub
UserObserver.php