update : 2015.11.03
php.shukuma.com

검색:
 
 
The SplObserver interface

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