Documentation

PNMessageResult
in package

Table of Contents

Properties

$channel  : string
$error  : mixed
$message  : array<string|int, mixed>
$publisher  : string
$subscription  : string
$timetoken  : int

Methods

__construct()  : mixed
PNMessageResult constructor.
getChannel()  : string
getError()  : mixed
getMessage()  : array<string|int, mixed>
getPublisher()  : string
getSubscription()  : string
getTimetoken()  : int
isError()  : bool

Properties

Methods

__construct()

PNMessageResult constructor.

public __construct(array<string|int, mixed> $message, string $channel, string $subscription, int $timetoken, string $publisher[, mixed $error = null ]) : mixed
Parameters
$message : array<string|int, mixed>
$channel : string
$subscription : string
$timetoken : int
$publisher : string
$error : mixed = null

getMessage()

public getMessage() : array<string|int, mixed>
Return values
array<string|int, mixed>

getSubscription()

public getSubscription() : string
Return values
string

        
On this page

Search results