SplObserver::update

(PHP 5 >= 5.1.0, PHP 7)

SplObserver::updateReceive update from subject

Açıklama

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

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.