Durable Workflow PHP SDK

SearchAttributeCollection
in package

FinalYes

Search attribute definitions available in one namespace.

Table of Contents

Properties

$customAttributes  : array<string|int, mixed>
$raw  : array<string|int, mixed>
$systemAttributes  : array<string|int, mixed>

Methods

__construct()  : mixed
fromArray()  : self
stringMap()  : array<string, string>

Properties

Methods

__construct()

public __construct(array<string, string> $systemAttributes, array<string, string> $customAttributes, array<string, mixed> $raw) : mixed
Parameters
$systemAttributes : array<string, string>
$customAttributes : array<string, string>
$raw : array<string, mixed>

fromArray()

public static fromArray(array<string, mixed> $value) : self
Parameters
$value : array<string, mixed>
Return values
self

stringMap()

private static stringMap(mixed $value) : array<string, string>
Parameters
$value : mixed
Return values
array<string, string>
On this page

Search results