Public Member Functions | |
| getAssocId () | |
| getAssocType () | |
| getAssocTypeLongString () | |
| getAssocTypeString () | |
| getBccs () | |
| getBody () | |
| getCcs () | |
| getDateSent () | |
| getEventType () | |
| getFrom () | |
| getIPAddress () | |
| getLogId () | |
| getPaperId () | |
| getRecipients () | |
| getSenderEmail () | |
| getSenderFullName () | |
| getSenderId () | |
| getSubject () | |
| PaperEmailLogEntry () | |
| setAssocId ($assocId) | |
| setAssocType ($assocType) | |
| setBccs ($bccs) | |
| setBody ($body) | |
| setCcs ($ccs) | |
| setDateSent ($dateSent) | |
| setEventType ($eventType) | |
| setFrom ($from) | |
| setIPAddress ($ipAddress) | |
| setLogId ($logId) | |
| setPaperId ($paperId) | |
| setRecipients ($recipients) | |
| setSenderId ($senderId) | |
| setSubject ($subject) | |
Definition at line 44 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.getAssocId | ( | ) |
| PaperEmailLogEntry.getAssocType | ( | ) |
| PaperEmailLogEntry.getAssocTypeLongString | ( | ) |
Return locale message key for the long format of the associated type.
Definition at line 236 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.getAssocTypeString | ( | ) |
Return string representation of the associated type.
Definition at line 219 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.getDateSent | ( | ) |
Get date email was sent.
Definition at line 109 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.getEventType | ( | ) |
| PaperEmailLogEntry.getIPAddress | ( | ) |
| PaperEmailLogEntry.getLogId | ( | ) |
| PaperEmailLogEntry.getPaperId | ( | ) |
| PaperEmailLogEntry.getSenderEmail | ( | ) |
Return the email address of sender.
Definition at line 204 of file PaperEmailLogEntry.inc.php.
References getSenderId().
| PaperEmailLogEntry.getSenderFullName | ( | ) |
Return the full name of the sender (not necessarily the same as the from address).
Definition at line 189 of file PaperEmailLogEntry.inc.php.
References getSenderId().
| PaperEmailLogEntry.getSenderId | ( | ) |
Get user ID of sender.
Definition at line 93 of file PaperEmailLogEntry.inc.php.
Referenced by getSenderEmail(), and getSenderFullName().
| PaperEmailLogEntry.PaperEmailLogEntry | ( | ) |
Constructor.
Definition at line 49 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setAssocId | ( | $ | assocId | ) |
Set associated ID.
| $assocId | int |
Definition at line 181 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setAssocType | ( | $ | assocType | ) |
Set associated type.
| $assocType | int |
Definition at line 165 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setDateSent | ( | $ | dateSent | ) |
Set date email was sent.
| $dateSent | datestamp |
Definition at line 117 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setEventType | ( | $ | eventType | ) |
Set event type.
| $eventType | int |
Definition at line 149 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setIPAddress | ( | $ | ipAddress | ) |
Set IP address of sender.
| $ipAddress | string |
Definition at line 133 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setLogId | ( | $ | logId | ) |
Set ID of log entry.
| $logId | int |
Definition at line 69 of file PaperEmailLogEntry.inc.php.
| PaperEmailLogEntry.setPaperId | ( | $ | paperId | ) |
| PaperEmailLogEntry.setSenderId | ( | $ | senderId | ) |
Set user ID of sender.
| $senderId | int |
Definition at line 101 of file PaperEmailLogEntry.inc.php.
1.4.7