ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\LegalDocuments\UserAction Class Reference
+ Collaboration diagram for ILIAS\LegalDocuments\UserAction:

Public Member Functions

 __construct (private readonly ilObjUser $user, private readonly Clock $clock)
 
 modifiedNow ()
 

Detailed Description

Definition at line 27 of file UserAction.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LegalDocuments\UserAction::__construct ( private readonly ilObjUser  $user,
private readonly Clock  $clock 
)

Definition at line 29 of file UserAction.php.

30 {
31 }

Member Function Documentation

◆ modifiedNow()

ILIAS\LegalDocuments\UserAction::modifiedNow ( )

Definition at line 33 of file UserAction.php.

33 : Edit
34 {
35 return new Edit($this->user->getId(), $this->clock->now());
36 }

References ILIAS\Repository\user().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: