|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 37 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 45 of file ProvideHistory.php.
References ILIAS\LegalDocuments\Provide\ProvideHistory\$create_table_gui.
Definition at line 77 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 90 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 82 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 98 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 55 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 40 of file ProvideHistory.php.
Referenced by ILIAS\LegalDocuments\Provide\ProvideHistory\__construct(), and ILIAS\LegalDocuments\Provide\ProvideHistory\table().