The SplObserver interface
Guide
Edit on GitHub ✎
The SplObserver interface is used alongside SplSubject to implement the Observer Design Pattern.
Intro
The SplObserver interface is used alongside SplSubject to implement the Observer Design Pattern.
Interfacesynopsis
implements SplObserver { }
Splobserver