各种类及接口
PHP Manual

The SplObserver interface

(PHP 5 >= 5.1.0)

简介

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

接口摘要

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

Table of Contents


各种类及接口
PHP Manual