PHP 클래스 Horde_Core_Notification_Event_Webnotification, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Notification_Event
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$webnotify array Web notification display parameters.

공개 메소드들

메소드 설명
createEvent ( string $title, array $opts = [] ) Create a webnotification event.

메소드 상세

createEvent() 공개 정적인 메소드

Create a webnotification event.
public static createEvent ( string $title, array $opts = [] )
$title string Notification title.
$opts array Additional options: - icon: (string) URL to icon to display. - text: (string) Extra content to display within notification.

프로퍼티 상세

$webnotify 공개적으로 프로퍼티

Web notification display parameters.
public array $webnotify
리턴 array