PushEvent
Table of Contents
Methods
-
__construct()
: mixed
-
getCommand()
: string
-
getParams()
: array<string|int, mixed>
-
getRecipients()
: array<string|int, mixed>
-
getTag()
: string
-
isTag()
: bool
__construct()
public
__construct(string $command[, string $tag = '' ][, array<string|int, mixed> $recipients = [] ][, array<string|int, mixed> $params = [] ][, int $entityId = 0 ]) : mixed
Parameters
-
$command
: string
-
-
$tag
: string
= ''
-
-
$recipients
: array<string|int, mixed>
= []
-
-
$params
: array<string|int, mixed>
= []
-
-
$entityId
: int
= 0
-
getCommand()
public
getCommand() : string
getParams()
public
getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getRecipients()
public
getRecipients() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTag()
public
getTag() : string
isTag()
public
isTag() : bool