|
static | sendMessage (?User $sender, User $user, ConsultationBooking $booking, string $subject,?string $reason= '') |
|
static | sendBookingMessageToResponsibilities (?User $sender, ConsultationBooking $booking) |
|
static | sendBookingMessageToUser (?User $sender, ConsultationBooking $booking) |
|
static | sendReasonMessage (?User $sender, ConsultationBooking $booking, User $receiver) |
|
static | sendCancelMessageToResponsibilities (?User $sender, ConsultationBooking $booking, string $reason= '') |
|
static | sendCancelMessageToUser (?User $sender, ConsultationBooking $booking, string $reason) |
|
Send a booking information message to the teacher of the booked slot.
- Parameters
-
Send a booking information message to the user of the booked slot.
- Parameters
-
Send a cancelation message to the teacher of the booked slot.
- Parameters
-
Send a cancelation message to the user of the booked slot.
- Parameters
-
Sends a consultation information message.
- Parameters
-
User | null | $sender | Sender |
User | $user | Recipient |
ConsultationSlot | $slot | Slot in question |
string | $subject | Subject of the message |
string | $reason | Reason for a booking or cancelation |
User | $sender | Sender of the message |
Send an information message about a changed reason to a user of the booked slot.
- Parameters
-
The documentation for this class was generated from the following file: