Copied!

ProductStockRange

ProductStockRange.php : 15

Methods

public__construct()

ProductStockRange.php : 21
public __construct([int|null $min = null ][, int|null $max = null ])

Parameters

Name Type Default value Description
$min int|null null -
$max int|null null -

publicgetInnerCriteria()

CompositeCriterion.php : 22
public getInnerCriteria() : CriterionInterface

Return values

CriterionInterface

publicgetMax()

ProductStockRange.php : 40
public getMax() : int|null

Return values

int|null

publicgetMin()

ProductStockRange.php : 35
public getMin() : int|null

Return values

int|null