Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

The SplObserver interface

(PHP 5 >= 5.1.0, PHP 7)

Introduction

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

Interface synopsis

SplObserver {
/* Methods */
abstract public void update ( SplSubject $subject )
}

Table of Contents