Documentation

KeywordListValue extends SearchAttributeKey
in package

FinalYes
Tags
psalm-immutable

Table of Contents

Properties

$name  : string

Methods

for()  : self
forBool()  : BoolValue
forDatetime()  : DatetimeValue
forFloat()  : FloatValue
forInteger()  : IntValue
forKeyword()  : KeywordValue
forKeywordList()  : KeywordListValue
forText()  : TextValue
getName()  : non-empty-string
getType()  : ValueType
valueSet()  : ValueSet
valueSet()  : SearchAttributeUpdate
valueUnset()  : SearchAttributeUpdate
__construct()  : mixed
prepareValueSet()  : SearchAttributeUpdate

Properties

Methods

for()

public static for(ValueType $tryFrom, non-empty-string $name) : self
Parameters
$tryFrom : ValueType
$name : non-empty-string
Return values
self

valueSet()

public valueSet(iterable<string|int, string|Stringable$value) : SearchAttributeUpdate
Parameters
$value : iterable<string|int, string|Stringable>
Return values
SearchAttributeUpdate

valueUnset()

public valueUnset() : SearchAttributeUpdate
Return values
SearchAttributeUpdate

__construct()

protected final __construct(non-empty-string $name) : mixed
Parameters
$name : non-empty-string

prepareValueSet()

protected prepareValueSet(mixed $value) : SearchAttributeUpdate
Parameters
$value : mixed
Return values
SearchAttributeUpdate

        
On this page

Search results