その他のクラスおよびインターフェイス
PHP Manual

The SplObserver interface

導入

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

インターフェイス概要

SplObserver
SplObserver {
/* メソッド */
abstract public void update ( SplSubject $subject )
}

目次


その他のクラスおよびインターフェイス
PHP Manual