|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\COPage\History\HistoryManager: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().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file class.HistoryManager.php.
Referenced by ILIAS\COPage\History\HistoryManager\deleteOldHistoryEntries().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.HistoryManager.php.
|
protected |
Definition at line 32 of file class.HistoryManager.php.