ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 28 of file UserAction.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 30 of file UserAction.php.

31  {
32  }

Member Function Documentation

◆ modifiedNow()

ILIAS\LegalDocuments\UserAction::modifiedNow ( )

Definition at line 34 of file UserAction.php.

References ILIAS\Repository\user().

34  : Edit
35  {
36  return new Edit($this->user->getId(), $this->clock->now());
37  }
+ Here is the call graph for this function:

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