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