SplObserver
PHP Manual

SplObserver::update

(PHP 5 >= 5.1.0)

SplObserver::updateReceive update from subject

Açıklama

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

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

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

subject

The SplSubject notifying the observer of an update.

Dönen Değerler

Hiçbir değer dönmez.


SplObserver
PHP Manual