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
$customAttributes read-only
public
array<string|int, mixed>
$customAttributes
$raw read-only
public
array<string|int, mixed>
$raw
$systemAttributes read-only
public
array<string|int, mixed>
$systemAttributes
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
selfstringMap()
private
static stringMap(mixed $value) : array<string, string>
Parameters
- $value : mixed