The SplSubject interface
(PHP 5 >= 5.1.0)
Introdução
The SplSubject interface is used alongside SplObserver to implement the Observer Design Pattern.
Resumo da Interface
SplSubject
{
/* Métodos */
}Table of Contents
- SplSubject::attach — Attach an SplObserver
- SplSubject::detach — Detach an observer
- SplSubject::notify — Notify an observer