Różne klasy i interfejsy
PHP Manual

The SplObserver interface

Wstęp

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

Zestawienie interfejsu

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

Spis treści


Różne klasy i interfejsy
PHP Manual