Chat
Table of Contents
Methods
-
onBookingCanceled()
: Result
-
sendSystemNotification()
: Result
onBookingCanceled()
public
onBookingCanceled(Booking $booking) : Result
Parameters
-
$booking
: Booking
-
sendSystemNotification()
public
sendSystemNotification(int $toUserId, string $notifyTag, string $notifyEvent, callable $titleFn, callable $messageFn[, int $fromUserId = 1 ]) : Result
Parameters
-
$toUserId
: int
-
-
$notifyTag
: string
-
-
$notifyEvent
: string
-
-
$titleFn
: callable
-
-
$messageFn
: callable
-
-
$fromUserId
: int
= 1
-