Documentation

PNStatus
in package

Table of Contents

Properties

$affectedChannelGroups  : null|array<string|int, mixed>
$affectedChannels  : null|array<string|int, mixed>
$affectedUsers  : null|array<string|int, mixed>
$authKey  : string
$category  : int
$exception  : PubNubException
$operation  : int
$origin  : string
$originalResponse  : Requests_Response
$statusCode  : int
$tlsEnabled  : bool
$uuid  : string

Methods

getAffectedChannelGroups()  : array<string|int, mixed>|null
getAffectedChannels()  : array<string|int, mixed>|null
getAffectedUsers()  : array<string|int, mixed>|null
getAuthKey()  : string
getCategory()  : int
getException()  : PubNubException
getOperation()  : int
getOrigin()  : string
getOriginalResponse()  : Requests_Response
getStatusCode()  : int
getUuid()  : string
isError()  : bool
isTlsEnabled()  : bool
setAffectedChannelGroups()  : $this
setAffectedChannels()  : $this
setAffectedUsers()  : $this
setAuthKey()  : $this
setCategory()  : $this
setException()  : $this
setOperation()  : $this
setOrigin()  : $this
setOriginalResponse()  : $this
setStatusCode()  : $this
setTlsEnabled()  : $this
setUuid()  : $this

Properties

$affectedChannelGroups

private null|array<string|int, mixed> $affectedChannelGroups

$affectedChannels

private null|array<string|int, mixed> $affectedChannels

$affectedUsers

private null|array<string|int, mixed> $affectedUsers

$category

private int $category

PNStatusCategory

$operation

private int $operation

PNOperationType

$originalResponse

private Requests_Response $originalResponse

Methods

getAffectedChannelGroups()

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

getAffectedChannels()

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

getAffectedUsers()

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

getAuthKey()

public getAuthKey() : string
Return values
string

getCategory()

public getCategory() : int
Return values
int

PNStatusCategory

getOperation()

public getOperation() : int
Return values
int

PNOperationType

getOrigin()

public getOrigin() : string
Return values
string

getOriginalResponse()

public getOriginalResponse() : Requests_Response
Return values
Requests_Response

getStatusCode()

public getStatusCode() : int
Return values
int

getUuid()

public getUuid() : string
Return values
string

isError()

public isError() : bool
Return values
bool

isTlsEnabled()

public isTlsEnabled() : bool
Return values
bool

setAffectedChannelGroups()

public setAffectedChannelGroups(array<string|int, mixed>|null $affectedChannelGroups) : $this
Parameters
$affectedChannelGroups : array<string|int, mixed>|null
Return values
$this

setAffectedChannels()

public setAffectedChannels(array<string|int, mixed>|null $affectedChannels) : $this
Parameters
$affectedChannels : array<string|int, mixed>|null
Return values
$this

setAffectedUsers()

public setAffectedUsers(array<string|int, mixed>|null $affectedUsers) : $this
Parameters
$affectedUsers : array<string|int, mixed>|null
Return values
$this

setAuthKey()

public setAuthKey(string $authKey) : $this
Parameters
$authKey : string
Return values
$this

setCategory()

public setCategory(int $category) : $this
Parameters
$category : int

PNStatusCategory

Return values
$this

setOperation()

public setOperation(int $operation) : $this
Parameters
$operation : int

PNOperationType

Return values
$this

setOrigin()

public setOrigin(string $origin) : $this
Parameters
$origin : string
Return values
$this

setOriginalResponse()

public setOriginalResponse(Requests_Response $originalResponse) : $this
Parameters
$originalResponse : Requests_Response
Return values
$this

setStatusCode()

public setStatusCode(int $statusCode) : $this
Parameters
$statusCode : int
Return values
$this

setTlsEnabled()

public setTlsEnabled(bool $tlsEnabled) : $this
Parameters
$tlsEnabled : bool
Return values
$this

setUuid()

public setUuid(string $uuid) : $this
Parameters
$uuid : string
Return values
$this

        
On this page

Search results