Durable Workflow PHP SDK

SearchAttributeDefinition
in package

FinalYes

Result of creating or deleting a custom search attribute.

Table of Contents

Properties

$name  : string
$outcome  : string|null
$raw  : array<string|int, mixed>
$type  : string|null

Methods

__construct()  : mixed
fromArray()  : self

Properties

Methods

__construct()

public __construct(string $name, string|null $type, string|null $outcome, array<string, mixed> $raw) : mixed
Parameters
$name : string
$type : string|null
$outcome : string|null
$raw : array<string, mixed>

fromArray()

public static fromArray(array<string, mixed> $value[, string $fallbackName = '' ]) : self
Parameters
$value : array<string, mixed>
$fallbackName : string = ''
Return values
self
On this page

Search results