ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\BookingManager\User\UserEvent Class Reference
+ Collaboration diagram for ILIAS\BookingManager\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\BookingManager\User\UserEvent::__construct ( protected InternalDomainService  $domain)

Definition at line 27 of file UserEvent.php.

29  {
30 
31  }

Member Function Documentation

◆ handleDeletion()

ILIAS\BookingManager\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: