PHP 클래스 QueryNotificationManager, pkp-lib

상속: extends NotificationManagerDelegate
파일 보기 프로젝트 열기: pkp/pkp-lib

공개 메소드들

메소드 설명
__construct ( $notificationType ) Constructor.
getNotificationContents ( $request, $notification )
getNotificationMessage ( $request, $notification )
getNotificationTitle ( $notification )
getNotificationUrl ( $request, $notification )
getStyleClass ( $notification )

보호된 메소드들

메소드 설명
getQuerySubmission ( $query ) : Submission Get the submission for a query.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $notificationType )
$notificationType int NOTIFICATION_TYPE_...

getNotificationContents() 공개 메소드

public getNotificationContents ( $request, $notification )

getNotificationMessage() 공개 메소드

public getNotificationMessage ( $request, $notification )

getNotificationTitle() 공개 메소드

public getNotificationTitle ( $notification )

getNotificationUrl() 공개 메소드

public getNotificationUrl ( $request, $notification )

getQuerySubmission() 보호된 메소드

Get the submission for a query.
protected getQuerySubmission ( $query ) : Submission
$query Query
리턴 Submission

getStyleClass() 공개 메소드

public getStyleClass ( $notification )