표준 PHP 라이브러리(SPL) The SplObserver interface

(PHP 5 >= 5.1.0, PHP 7, PHP 8)


소개

SplObserver 인터페이스는 SplSubject와 함께 Observer 디자인 패턴을 구현하는 데 사용됩니다.


클래스 개요

                  
interface SplObserver {

  /* Methods */
  public update(SplSubject $subject): void
}
                  
                

목차