Różne klasy i interfejsy
PHP Manual

The SplObserver interface

(PHP 5 >= 5.1.0)

Wstęp

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

Zestawienie interfejsu

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

Spis treści


Różne klasy i interfejsy
PHP Manual