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

Public Member Functions

 __construct (protected \ilDBInterface $db)
 
 removeFromAll (int $user_id)
 

Detailed Description

Definition at line 23 of file class.ParticipantsRepository.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookginManager\Participants\ParticipantsRepository::__construct ( protected \ilDBInterface  $db)

Definition at line 25 of file class.ParticipantsRepository.php.

27  {
28  }

Member Function Documentation

◆ removeFromAll()

ILIAS\BookginManager\Participants\ParticipantsRepository::removeFromAll ( int  $user_id)

Definition at line 30 of file class.ParticipantsRepository.php.

30  : void
31  {
32  $this->db->manipulateF(
33  "DELETE FROM booking_member WHERE " .
34  " user_id = %s",
35  ["integer"],
36  [$user_id]
37  );
38  }

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