ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References ILIAS\Repository\user().

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

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