Property | Type | Description | |
---|---|---|---|
$drivers | array | Mapping of driver actions -> class names. |
Property | Type | Description | |
---|---|---|---|
$_history | Horde_History | History object. | |
$_user | string | User name. |
Method | Description | |
---|---|---|
__construct ( Horde_History $history, string $user ) | Constructor. | |
deleteLogs ( $msgs ) | ||
getChanges ( $ts ) | ||
getLog ( IMP_Maillog_Message $msg, array $types = [] ) | ||
isAvailable ( IMP_Maillog_Message $msg, IMP_Maillog_Log_Base $log ) | ||
saveLog ( IMP_Maillog_Message $msg, IMP_Maillog_Log_Base $log ) |
Method | Description | |
---|---|---|
_getUniqueHistoryId ( mixed $msg = null ) : string | Generate the unique log ID for an event. |
public __construct ( Horde_History $history, string $user ) | ||
$history | Horde_History | History object. |
$user | string | User name. |
protected _getUniqueHistoryId ( mixed $msg = null ) : string | ||
$msg | mixed | An IMP_Maillog_Message object, a Message-ID, or, if null, return the parent ID. |
return | string | The unique log ID. |
public isAvailable ( IMP_Maillog_Message $msg, IMP_Maillog_Log_Base $log ) | ||
$msg | IMP_Maillog_Message | |
$log | IMP_Maillog_Log_Base |
public saveLog ( IMP_Maillog_Message $msg, IMP_Maillog_Log_Base $log ) | ||
$msg | IMP_Maillog_Message | |
$log | IMP_Maillog_Log_Base |
protected Horde_History $_history | ||
return | Horde_History |
public static array $drivers | ||
return | array |