ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
HistoryRepository.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 use ilObjUser;
28 
30 {
36  public function all(array $filter = [], array $order_by = [], int $offset = 0, ?int $limit = null): array;
37 
41  public function countAll(array $filter = []): int;
42  public function acceptDocument(ilObjUser $user, Document $document): void;
43  public function alreadyAccepted(ilObjUser $user, Document $document): bool;
44 
48  public function acceptedVersion(ilObjUser $user): Result;
49 
53  public function currentDocumentOfAcceptedVersion(ilObjUser $user): Result;
54 }
all(array $filter=[], array $order_by=[], int $offset=0, ?int $limit=null)
alreadyAccepted(ilObjUser $user, Document $document)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
acceptDocument(ilObjUser $user, Document $document)