ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 }

References $user_id.


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