SplObserver
PHP Manual

SplObserver::update

(PHP 5 >= 5.1.0)

SplObserver::updateReceive update from subject

Opis

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

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

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

subject

The SplSubject notifying the observer of an update.

Zwracane wartości

Nie jest zwracana żadna wartość.


SplObserver
PHP Manual