CRM_Logging_Reverter
class CRM_Logging_Reverter
Methods
__construct(string $log_conn_id, $log_date)
Class constructor.
calculateDiffsFromLogConnAndDate(array $tables)
Calculate a set of diffs based on the connection_id and changes at a close time.
setDiffs(array $diffs)
Setter for diffs.
revert()
Revert changes in the array of diffs in $this->diffs.
Details
at line 51
__construct(string $log_conn_id, $log_date)
Class constructor.
at line 64
calculateDiffsFromLogConnAndDate(array $tables)
Calculate a set of diffs based on the connection_id and changes at a close time.
at line 74
setDiffs(array $diffs)
Setter for diffs.
at line 81
revert()
Revert changes in the array of diffs in $this->diffs.