Message
FinalYes
Table of Contents
Properties
- $fromUserId : int
- $message : callable(): string|string
- $title : string|null
- $toUserId : int
- $type : NotificationType
Methods
- __construct() : mixed
Properties
$fromUserId
public
int
$fromUserId
$message
public
callable(): string|string
$message
$title
public
string|null
$title
$toUserId
public
int
$toUserId
$type
public
NotificationType
$type
Methods
__construct()
public
__construct(int $fromUserId, int $toUserId, NotificationType $type, string|null $title, Closure|string $message) : mixed
Parameters
- $fromUserId : int
- $toUserId : int
- $type : NotificationType
- $title : string|null
- $message : Closure|string