ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
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.
Definition at line 77 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
ILIAS\LegalDocuments\Provide\ProvideHistory::acceptedVersion | ( | ilObjUser | $user | ) |
Definition at line 90 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
ILIAS\LegalDocuments\Provide\ProvideHistory::alreadyAccepted | ( | ilObjUser | $user, |
Document | $document | ||
) |
Definition at line 82 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
ILIAS\LegalDocuments\Provide\ProvideHistory::currentDocumentOfAcceptedVersion | ( | ilObjUser | $user | ) |
Definition at line 98 of file ProvideHistory.php.
References ILIAS\UI\examples\Deck\repository().
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(), null, and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 40 of file ProvideHistory.php.
Referenced by ILIAS\LegalDocuments\Provide\ProvideHistory\table().