EventStream
EventStream
- Full name:
\Onslip360\API\EventStream
- Parent class:
\Onslip360\Onslip360Object
Properties
queries
public array $queries
state
public \Onslip360\API\EventStream\State $state
client
public int|null $client
created
public string|null $created
id
public string|null $id
location
public int|null $location
updated
public string|null $updated
updatedBy
public int|null $updatedBy
updatedFrom
public int|null $updatedFrom
user
public int|null $user
Methods
__construct
public __construct(\Onslip360\API\QueryTrigger[] $queries, \Onslip360\API\EventStream\State $state, int|null $client = null, string|null $created = null, string|null $id = null, int|null $location = null, string|null $updated = null, int|null $updatedBy = null, int|null $updatedFrom = null, int|null $user = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$queries | \Onslip360\API\QueryTrigger[] | |
$state | \Onslip360\API\EventStream\State | |
$client | int|null | |
$created | string|null | |
$id | string|null | |
$location | int|null | |
$updated | string|null | |
$updatedBy | int|null | |
$updatedFrom | int|null | |
$user | int|null |
Inherited methods
getExtended
public getExtended(string $name): string|null|\Onslip360\Nil
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string |
setExtended
public setExtended(string $name, string|null|\Onslip360\Nil $value): static
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | string|null|\Onslip360\Nil |
fromJson
public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string|array|\JsonSerializable|\stdClass |
fromJsonArray
public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string[]|array[]|\JsonSerializable[]|\stdClass[] |
jsonSerialize
public jsonSerialize(): array|object
Automatically generated on 2024-11-05