EventOptions

Options used to trigger a new user event.

package

Default

Methods

EventOptions constructor

__construct( $eventOptions = null) 

Arguments

$eventOptions

mixed | null

getNode

getNode() : string

Response

string

getPayload

getPayload() : string

Response

string

getService

getService() : string

Response

string

getTag

getTag() : string

Response

string

setNode

setNode( $node) : $this

Arguments

$node

string

Response

$this

setPayload

setPayload( $payload) : $this

Arguments

$payload

string

Response

$this

setService

setService( $service) : $this

Arguments

$service

string

Response

$this

setTag

setTag( $tag) : $this

Arguments

$tag

string

Response

$this