Open Journal Systems
3.3.0
Notification.inc.php
1
<?php
2
17
define(
'NOTIFICATION_TYPE_PUBLISHED_ISSUE'
, 0x10000015);
18
19
// OJS-specific trivial notifications
20
define(
'NOTIFICATION_TYPE_BOOK_REQUESTED'
, 0x3000001);
21
define(
'NOTIFICATION_TYPE_BOOK_CREATED'
, 0x3000002);
22
define(
'NOTIFICATION_TYPE_BOOK_UPDATED'
, 0x3000003);
23
define(
'NOTIFICATION_TYPE_BOOK_DELETED'
, 0x3000004);
24
define(
'NOTIFICATION_TYPE_BOOK_MAILED'
, 0x3000005);
25
define(
'NOTIFICATION_TYPE_BOOK_SETTINGS_SAVED'
, 0x3000006);
26
define(
'NOTIFICATION_TYPE_BOOK_SUBMISSION_ASSIGNED'
, 0x3000007);
27
define(
'NOTIFICATION_TYPE_BOOK_AUTHOR_ASSIGNED'
, 0x3000008);
28
define(
'NOTIFICATION_TYPE_BOOK_AUTHOR_DENIED'
, 0x3000009);
29
define(
'NOTIFICATION_TYPE_BOOK_AUTHOR_REMOVED'
, 0x300000A);
30
31
import
(
'lib.pkp.classes.notification.PKPNotification'
);
32
import
(
'lib.pkp.classes.notification.NotificationDAO'
);
33
34
class
Notification
extends
PKPNotification
{
35
}
36
37
Notification
Class for Notification.
Definition:
Notification.inc.php:34
PKPNotification
Definition:
PKPNotification.inc.php:87
classes
notification
Notification.inc.php
Generated on Fri Aug 28 2020 14:52:52 for Open Journal Systems by
1.8.17