Copied!

FloatAttributeRange

FloatAttributeRange.php : 15

Methods

public__construct()

FloatAttributeRange.php : 23
public __construct(string $identifier[, float|null $min = null ][, float|null $max = null ])

Parameters

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

publicgetIdentifier()

FloatAttributeRange.php : 49
public getIdentifier() : string

Return values

string

publicgetInnerCriteria()

CompositeCriterion.php : 22
public getInnerCriteria() : CriterionInterface

Return values

CriterionInterface

publicgetMax()

FloatAttributeRange.php : 44
public getMax() : float|null

Return values

float|null

publicgetMin()

FloatAttributeRange.php : 39
public getMin() : float|null

Return values

float|null