The SplObserver interface

Introduction

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

Interface synopsis

SplObserver
/* Methods */
public void SplObserver::update(SplSubject $subject)
Table of Contents