Table of Contents
Properties
-
$message
: string
-
$recipient
: int
-
$title
: string
Methods
-
__construct()
: mixed
-
getName()
: string
-
isUserSensitive()
: bool
-
toArray()
: array<string|int, mixed>
$message
read-only
public
string
$message
$recipient
read-only
public
int
$recipient
$title
read-only
public
string
$title
__construct()
public
__construct(string $title, int $recipient, string $message) : mixed
Parameters
-
$title
: string
-
-
$recipient
: int
-
-
$message
: string
-
getName()
public
getName() : string
isUserSensitive()
public
isUserSensitive() : bool
toArray()
public
toArray([bool $withDefault = true ]) : array<string|int, mixed>
Parameters
-
$withDefault
: bool
= true
-
Return values
array<string|int, mixed>