ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\User\UserEvent Class Reference
+ Collaboration diagram for ILIAS\User\UserEvent:

Public Member Functions

 __construct (protected InternalDomainService $domain)
 
 handleDeletion (int $user_id)
 

Detailed Description

Definition at line 25 of file UserEvent.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\User\UserEvent::__construct ( protected InternalDomainService  $domain)

Definition at line 27 of file UserEvent.php.

29  {
30 
31  }

Member Function Documentation

◆ handleDeletion()

ILIAS\User\UserEvent::handleDeletion ( int  $user_id)

Definition at line 33 of file UserEvent.php.

33  : void
34  {
35  $p = $this->domain->participants();
36  $p->removeFromAll($user_id);
37  }

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