Różne klasy i interfejsy
PHP Manual

The SplSubject interface

Wstęp

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

Zestawienie interfejsu

SplSubject
SplSubject {
/* Metody */
abstract public void attach ( SplObserver $observer )
abstract public void detach ( SplObserver $observer )
abstract public void notify ( void )
}

Spis treści


Różne klasy i interfejsy
PHP Manual