The SplSubject interface

The SplSubject interface

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

簡介

The SplSubject interface is used alongside SplObserver to implement the Observer Design Pattern.

介面摘要

interface SplSubject {
/* 方法 */
public attach(SplObserver $observer): void
public detach(SplObserver $observer): void
public notify(): void
}

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *