Misceláneos clases e interfaces
PHP Manual

The SplObserver interface

Introducción

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

Interfaz synopsis

SplObserver {
/* Métodos */
abstract public void update ( SplSubject $subject )
}

Table of Contents


Misceláneos clases e interfaces
PHP Manual