Extension to EmailLogDAO for monograph-specific log entries. More...
Public Member Functions | |
| getByEventType ($monographId, $eventType, $userId=null) | |
| MonographEmailLogDAO () | |
| newDataObject () | |
Extension to EmailLogDAO for monograph-specific log entries.
Definition at line 19 of file MonographEmailLogDAO.inc.php.
| MonographEmailLogDAO.getByEventType | ( | $ | monographId, | |
| $ | eventType, | |||
| $ | userId = null | |||
| ) |
Get monograph email log entries by monograph ID and event type
| $monographId | int | |
| $eventType | MONOGRAPH_EMAIL_... | |
| $userId | int optional Return only emails sent to this user. |
Definition at line 44 of file MonographEmailLogDAO.inc.php.
| MonographEmailLogDAO.MonographEmailLogDAO | ( | ) |
Constructor
Definition at line 23 of file MonographEmailLogDAO.inc.php.
| MonographEmailLogDAO.newDataObject | ( | ) |
Instantiate and return a MonographEmailLogEntry
Definition at line 31 of file MonographEmailLogDAO.inc.php.
1.7.1