rex_article_slice_history
in package
Tags
Table of Contents
Methods
- checkTables() : void
- clearAllHistory() : void
- clearHistoryByDate() : void
- getSnapshots() : array<string|int, mixed>
- getTable() : non-empty-string
- makeSnapshot() : void
- Only Snapshots from LiveVersion.
- restoreSnapshot() : bool
Methods
checkTables()
public
static checkTables() : void
clearAllHistory()
public
static clearAllHistory() : void
clearHistoryByDate()
public
static clearHistoryByDate(DateTimeInterface $deleteDate) : void
Parameters
- $deleteDate : DateTimeInterface
getSnapshots()
public
static getSnapshots(int $articleId, int $clangId) : array<string|int, mixed>
Parameters
- $articleId : int
- $clangId : int
Return values
array<string|int, mixed>getTable()
public
static getTable() : non-empty-string
Tags
Return values
non-empty-stringmakeSnapshot()
Only Snapshots from LiveVersion.
public
static makeSnapshot(int $articleId, int $clangId, string $historyType) : void
Parameters
- $articleId : int
- $clangId : int
- $historyType : string
restoreSnapshot()
public
static restoreSnapshot(string $historyDate, int $articleId, int $clangId) : bool
Parameters
- $historyDate : string
- $articleId : int
- $clangId : int