The SplSubject class
Introduction
The abstract SplSubject class is used alongside SplObserver to implement the Observer Design Pattern.
Class synopsis
SplSubject
SplSubject
{
/* Methods */
}Table of Contents
- SplSubject::attach — Attach an SplObserver
- SplSubject::detach — Detach an observer
- SplSubject::notify — Notify an observer
SplSubject
There are no user contributed notes for this page.
