Miscellaneous Classes and Interfaces
PHP Manual

The SplObserver interface

(PHP 5 >= 5.1.0, PHP 7)

Giriş

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

Arayüz Sözdizimi

SplObserver {
/* Yöntemler */
abstract public void update ( SplSubject $subject )
}

İçindekiler


Miscellaneous Classes and Interfaces
PHP Manual