Public Member Functions | |
| ConferenceEventLogEntry () | |
| getAssocId () | |
| getAssocType () | |
| getAssocTypeLongString () | |
| getAssocTypeString () | |
| getConferenceId () | |
| getConferenceTitle () | |
| getDateLogged () | |
| getEntryParams () | |
| getEntryParamsSerialized () | |
| getEventTitle () | |
| getEventType () | |
| getIPAddress () | |
| getIsTranslated () | |
| getLogId () | |
| getLogLevel () | |
| getLogLevelString () | |
| getMessage () | |
| getSchedConfId () | |
| getSchedConfTitle () | |
| getUserEmail () | |
| getUserFullName () | |
| getUserId () | |
| setAssocId ($assocId) | |
| setAssocType ($assocType) | |
| setConferenceId ($conferenceId) | |
| setConferenceTitle ($conferenceTitle) | |
| setDateLogged ($dateLogged) | |
| setEntryParams ($entryParams=array()) | |
| setEventType ($eventType) | |
| setIPAddress ($ipAddress) | |
| setIsTranslated ($isTranslated) | |
| setLogId ($logId) | |
| setLogLevel ($logLevel) | |
| setLogMessage ($key, $params=array()) | |
| setMessage ($message) | |
| setSchedConfId ($schedConfId) | |
| setSchedConfTitle ($schedConfTitle) | |
| setUserId ($userId) | |
Definition at line 27 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.ConferenceEventLogEntry | ( | ) |
Constructor.
Definition at line 32 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getAssocId | ( | ) |
| ConferenceEventLogEntry.getAssocType | ( | ) |
| ConferenceEventLogEntry.getAssocTypeLongString | ( | ) |
Return locale message key for the long format of the associated type.
Definition at line 370 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getAssocTypeString | ( | ) |
Return string representation of the associated type.
Definition at line 359 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getConferenceId | ( | ) |
| ConferenceEventLogEntry.getConferenceTitle | ( | ) |
Get conference title.
Definition at line 102 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getDateLogged | ( | ) |
Get date entry was logged.
Definition at line 150 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getEntryParams | ( | ) |
Get parameters for log message.
Definition at line 265 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getEntryParamsSerialized | ( | ) |
Get serialized parameters for log message (to store in database).
Definition at line 273 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getEventTitle | ( | ) |
Return locale message key describing event type.
Definition at line 324 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getEventType | ( | ) |
| ConferenceEventLogEntry.getIPAddress | ( | ) |
Get IP address of user that initiated the event.
Definition at line 166 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getIsTranslated | ( | ) |
Get is_translated value (0/1).
Definition at line 246 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getLogId | ( | ) |
| ConferenceEventLogEntry.getLogLevel | ( | ) |
| ConferenceEventLogEntry.getLogLevelString | ( | ) |
Return locale message key for the log level.
Definition at line 305 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getMessage | ( | ) |
| ConferenceEventLogEntry.getSchedConfId | ( | ) |
| ConferenceEventLogEntry.getSchedConfTitle | ( | ) |
Get sched conf title.
Definition at line 118 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.getUserEmail | ( | ) |
Return the email address of the user.
Definition at line 350 of file ConferenceEventLogEntry.inc.php.
References getUserId().
| ConferenceEventLogEntry.getUserFullName | ( | ) |
Return the full name of the user.
Definition at line 341 of file ConferenceEventLogEntry.inc.php.
References getUserId().
| ConferenceEventLogEntry.getUserId | ( | ) |
Get user ID of user that initiated the event.
Definition at line 134 of file ConferenceEventLogEntry.inc.php.
Referenced by getUserEmail(), and getUserFullName().
| ConferenceEventLogEntry.setAssocId | ( | $ | assocId | ) |
Set associated ID.
| $assocId | int |
Definition at line 238 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setAssocType | ( | $ | assocType | ) |
Set associated type.
| $assocType | int |
Definition at line 222 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setConferenceId | ( | $ | conferenceId | ) |
Set ID of conference.
| $conferenceId | int |
Definition at line 78 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setConferenceTitle | ( | $ | conferenceTitle | ) |
Set conference title.
| $conferenceTitle | string |
Definition at line 110 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setDateLogged | ( | $ | dateLogged | ) |
Set date entry was logged.
| $dateLogged | datestamp |
Definition at line 158 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setEntryParams | ( | $ | entryParams = array() |
) |
Set parameters for log message.
| $entryParams | array |
Definition at line 281 of file ConferenceEventLogEntry.inc.php.
Referenced by setLogMessage().
| ConferenceEventLogEntry.setEventType | ( | $ | eventType | ) |
Set event type.
| $eventType | int |
Definition at line 206 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setIPAddress | ( | $ | ipAddress | ) |
Set IP address of user that initiated the event.
| $ipAddress | string |
Definition at line 174 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setIsTranslated | ( | $ | isTranslated | ) |
Set is_translated value. WARNING: This is for legacy purposes only and should be assumed to be TRUE for all new entries (i.e. messages should be locale keys, not translated strings)!
| $isTranslated | int |
Definition at line 257 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setLogId | ( | $ | logId | ) |
Set ID of log entry.
| $logId | int |
Definition at line 62 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setLogLevel | ( | $ | logLevel | ) |
Set the log level.
| $logLevel | char |
Definition at line 190 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setLogMessage | ( | $ | key, | |
| $ | params = array() | |||
| ) |
Set localized log message (in the conference's primary locale)
| $key | localization message key | |
| $params | array optional array of parameters |
Definition at line 41 of file ConferenceEventLogEntry.inc.php.
References setEntryParams(), and setMessage().
| ConferenceEventLogEntry.setMessage | ( | $ | message | ) |
Set log message key.
| $message | string |
Definition at line 297 of file ConferenceEventLogEntry.inc.php.
Referenced by setLogMessage().
| ConferenceEventLogEntry.setSchedConfId | ( | $ | schedConfId | ) |
Set ID of sched conf.
| $schedConfId | int |
Definition at line 94 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setSchedConfTitle | ( | $ | schedConfTitle | ) |
Set sched conf title.
| $schedConfTitle | string |
Definition at line 126 of file ConferenceEventLogEntry.inc.php.
| ConferenceEventLogEntry.setUserId | ( | $ | userId | ) |
Set user ID of user that initiated the event.
| $userId | int |
Definition at line 142 of file ConferenceEventLogEntry.inc.php.
1.4.7