PHP Class QueryNotificationManager, pkp-lib

Inheritance: extends NotificationManagerDelegate
Afficher le fichier Open project: pkp/pkp-lib

Méthodes publiques

Méthode Description
__construct ( $notificationType ) Constructor.
getNotificationContents ( $request, $notification )
getNotificationMessage ( $request, $notification )
getNotificationTitle ( $notification )
getNotificationUrl ( $request, $notification )
getStyleClass ( $notification )

Méthodes protégées

Méthode Description
getQuerySubmission ( $query ) : Submission Get the submission for a query.

Method Details

__construct() public méthode

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

getNotificationContents() public méthode

public getNotificationContents ( $request, $notification )

getNotificationMessage() public méthode

public getNotificationMessage ( $request, $notification )

getNotificationTitle() public méthode

public getNotificationTitle ( $notification )

getNotificationUrl() public méthode

public getNotificationUrl ( $request, $notification )

getQuerySubmission() protected méthode

Get the submission for a query.
protected getQuerySubmission ( $query ) : Submission
$query Query
Résultat Submission

getStyleClass() public méthode

public getStyleClass ( $notification )