The SplSubject interface

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

Einführung

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

Interface-Übersicht

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

Inhaltsverzeichnis