SplObserver
PHP Manual

SplObserver::update

(PHP 5 >= 5.1.0)

SplObserver::updateReceive update from subject

説明

abstract public void SplObserver::update ( SplSubject $subject )

This method is called when any SplSubject to which the observer is attached calls SplSubject::notify.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

subject

The SplSubject notifying the observer of an update.

返り値

値を返しません。


SplObserver
PHP Manual