Documentation

EventsGetResponse200Actor

Table of Contents

$attributes  : array<string|int, string>|null
Various key/value attributes of the object, depending on its type.
$iD  : string|null
The ID of the object emitting the event.
getAttributes()  : array<string|int, string>|null
Various key/value attributes of the object, depending on its type.
getID()  : string|null
The ID of the object emitting the event.
setAttributes()  : self
Various key/value attributes of the object, depending on its type.
setID()  : self
The ID of the object emitting the event.

Properties

$attributes

Various key/value attributes of the object, depending on its type.

protected array<string|int, string>|null $attributes

Methods

getAttributes()

Various key/value attributes of the object, depending on its type.

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

setAttributes()

Various key/value attributes of the object, depending on its type.

public setAttributes(array<string|int, string>|null $attributes) : self
Parameters
$attributes : array<string|int, string>|null
Return values
self

setID()

The ID of the object emitting the event.

public setID(string|null $iD) : self
Parameters
$iD : string|null
Return values
self

Search results