PgNotification

A notification emited by Postgres.

package

Default

Methods

PgNotification constructor

__construct( $pgNotification = null) 

Arguments

$pgNotification

mixed | null

getChannel

getChannel() : string

Response

string

getPayload

getPayload() : string

Response

string

getProcessId

getProcessId() : integer

Response

integer

setChannel

setChannel( $channel) : $this

Arguments

$channel

string

Response

$this

setPayload

setPayload( $payload) : $this

Arguments

$payload

string

Response

$this

setProcessId

setProcessId( $processId) : $this

Arguments

$processId

integer

Response

$this