|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\LegalDocuments\Provide\ProvideHistory:Public Member Functions | |
| __construct (private readonly string $id, private readonly HistoryRepository $repository, private readonly ProvideDocument $document, private readonly Container $container, ?Closure $create_table_gui=null) | |
| table (object $gui, string $command, string $reset_command, string $auto_complete_command) | |
| acceptDocument (ilObjUser $user, Document $document) | |
| alreadyAccepted (ilObjUser $user, Document $document) | |
| acceptedVersion (ilObjUser $user) | |
| currentDocumentOfAcceptedVersion (ilObjUser $user) | |
Private Attributes | |
| readonly Closure | $create_table_gui |
Definition at line 36 of file ProvideHistory.php.
| ILIAS\LegalDocuments\Provide\ProvideHistory::__construct | ( | private readonly string | $id, |
| private readonly HistoryRepository | $repository, | ||
| private readonly ProvideDocument | $document, | ||
| private readonly Container | $container, | ||
| ?Closure | $create_table_gui = null |
||
| ) |
| null|Closure(object,string,TableInterface) | Table $create_table_gui |
Definition at line 44 of file ProvideHistory.php.
Definition at line 76 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\LegalDocuments\Provide\ProvideHistory::acceptedVersion | ( | ilObjUser | $user | ) |
Definition at line 89 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\LegalDocuments\Provide\ProvideHistory::alreadyAccepted | ( | ilObjUser | $user, |
| Document | $document | ||
| ) |
Definition at line 81 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\LegalDocuments\Provide\ProvideHistory::currentDocumentOfAcceptedVersion | ( | ilObjUser | $user | ) |
Definition at line 97 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ILIAS\LegalDocuments\Provide\ProvideHistory::table | ( | object | $gui, |
| string | $command, | ||
| string | $reset_command, | ||
| string | $auto_complete_command | ||
| ) |
Definition at line 54 of file ProvideHistory.php.
References ILIAS\LegalDocuments\Provide\ProvideHistory\$create_table_gui, ilObjUser\_lookupLogin(), ILIAS\LegalDocuments\Provide\document(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
private |
Definition at line 39 of file ProvideHistory.php.
Referenced by ILIAS\LegalDocuments\Provide\ProvideHistory\table().