Skip to main content

Stored_EventStream


Stored_EventStream

Properties

created

public string $created

id

public string $id

queries

public array $queries

state

public \Onslip360\API\EventStream\State $state

updated

public string $updated

client

public int|null $client

location

public int|null $location

updatedBy

public int|null $updatedBy

updatedFrom

public int|null $updatedFrom

user

public int|null $user

Methods

__construct

public __construct(string $created, string $id, \Onslip360\API\QueryTrigger[] $queries, \Onslip360\API\EventStream\State $state, string $updated, int|null $client = null, int|null $location = null, int|null $updatedBy = null, int|null $updatedFrom = null, int|null $user = null): mixed

Parameters:

ParameterTypeDescription
$createdstring
$idstring
$queries\Onslip360\API\QueryTrigger[]
$state\Onslip360\API\EventStream\State
$updatedstring
$clientint|null
$locationint|null
$updatedByint|null
$updatedFromint|null
$userint|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05