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