PHP 클래스 Horde_Core_Notification_Handler, horde

부터: 2.18.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_Notification_Handler
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_apps List of applications that contain notification handlers. Array with keys as app names and values as boolean values indicating if the handler has been loaded yet. False indicates attaching is not active.

공개 메소드들

메소드 설명
addAppHandler ( string $app ) Explicitly add an application's notification handlers (if they exist) to the base handler.
attachAllAppHandlers ( ) Indicate that all application handlers are to be attached in this access (if needed).
notify ( array $options = [] )

메소드 상세

addAppHandler() 공개 메소드

Explicitly add an application's notification handlers (if they exist) to the base handler.
public addAppHandler ( string $app )
$app string Application name.

attachAllAppHandlers() 공개 메소드

Indicate that all application handlers are to be attached in this access (if needed).

notify() 공개 메소드

public notify ( array $options = [] )
$options array

프로퍼티 상세

$_apps 보호되어 있는 프로퍼티

List of applications that contain notification handlers. Array with keys as app names and values as boolean values indicating if the handler has been loaded yet. False indicates attaching is not active.
protected $_apps