Copied!

FloatAttribute

FloatAttribute.php : 14
Tags
Extends

\Ibexa\Contracts\ProductCatalog\Values\Product\Query\Criterion\AbstractAttribute

Methods

public__construct()

FloatAttribute.php : 18
public __construct(string $identifier, float|null $value)

Parameters

Name Type Default value Description
$identifier string - -
$value float|null - -

publicgetIdentifier()

AbstractAttribute.php : 31
public getIdentifier() : string

Return values

string

publicgetOperator()

AbstractAttribute.php : 52
public getOperator() : string

Return values

string

publicgetValue()

FloatAttribute.php : 24
public getValue() : TValue|null

Return values

TValue|null

publicsetOperator()

AbstractAttribute.php : 44
public setOperator(string $operator) : void

Parameters

Name Type Default value Description
$operator string - -