The SplSubject class
導入
The abstract SplSubject class is used alongside SplObserver to implement the Observer Design Pattern.
クラス概要
SplSubject
SplSubject
{
/* Methods */
}目次
- SplSubject::attach — Attach an SplObserver
- SplSubject::detach — Detach an observer
- SplSubject::notify — Notify an observer
SplSubject
There are no user contributed notes for this page.
