The SplObserver interface

(PHP 5 >= 5.1.0, PHP 7)

Introdução

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

Resumo da Interface

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

Índice