Stored_EventStream
Stored_EventStream
- Full name:
\Onslip360\API\Stored_EventStream
- Parent class:
\Onslip360\Onslip360Object
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:
Parameter | Type | Description |
---|---|---|
$created | string | |
$id | string | |
$queries | \Onslip360\API\QueryTrigger[] | |
$state | \Onslip360\API\EventStream\State | |
$updated | string | |
$client | int|null | |
$location | int|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