Miscellaneous Classes and Interfaces
PHP Manual

The SplObserver interface

Introdução

The SplObserver interface is used alongside SplSubject to implement the Observer Design Pattern.

Resumo da Interface

SplObserver
SplObserver {
/* Methods */
abstract public void update ( SplSubject $subject )
}

Índice


Miscellaneous Classes and Interfaces
PHP Manual