SplObserver::update

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

SplObserver::updateReceive update from subject

Açıklama

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 bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

subject

The SplSubject notifying the observer of an update.

Dönen Değerler

Hiçbir değer dönmez.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top