ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (InternalDataService $data_service, InternalRepoService $repo_service, InternalDomainService $domain_service) | |
deleteOldHistoryEntries (int $x_days, int $keep_entries) | |
Protected Member Functions | |
deleteHistoryEntriesOlderEqualThanNr (int $delete_lower_than_nr, string $parent_type, int $page_id, string $lang) | |
Protected Attributes | |
ILIAS COPage PC PCDefinition | $pc_definition |
HistoryDBRepository | $history_repo |
Definition at line 30 of file class.HistoryManager.php.
ILIAS\COPage\History\HistoryManager::__construct | ( | InternalDataService | $data_service, |
InternalRepoService | $repo_service, | ||
InternalDomainService | $domain_service | ||
) |
Definition at line 35 of file class.HistoryManager.php.
References ILIAS\COPage\InternalRepoService\history(), and ILIAS\COPage\InternalDomainService\pc().
|
protected |
Definition at line 72 of file class.HistoryManager.php.
References $lang.
Referenced by ILIAS\COPage\History\HistoryManager\deleteOldHistoryEntries().
ILIAS\COPage\History\HistoryManager::deleteOldHistoryEntries | ( | int | $x_days, |
int | $keep_entries | ||
) |
int | $x_days | delet entries older than x days |
int | $keep_entries | entries that should be kept as minimum |
Definition at line 51 of file class.HistoryManager.php.
References ILIAS\COPage\History\HistoryManager\deleteHistoryEntriesOlderEqualThanNr().
|
protected |
Definition at line 33 of file class.HistoryManager.php.
|
protected |
Definition at line 32 of file class.HistoryManager.php.