The SplSubject class
Introdução
The abstract SplSubject class is used alongside SplObserver to implement the Observer Design Pattern.
Sinopse da classe
SplSubject
SplSubject
{
/* Methods */
}Índice
- 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.
