Copied!

BrandContextQuery

BrandContextQuery.php : 14
Final

Constants

publicDEFAULT_LIMIT

BrandContextQuery.php : 16
public int DEFAULT_LIMIT = 25

Methods

public__construct()

BrandContextQuery.php : 18
public __construct([CriterionInterface|null $query = null ][, int $offset = 0 ][, int $limit = \self::DEFAULT_LIMIT ])

Parameters

Name Type Default value Description
$query CriterionInterface|null null -
$offset int 0 -
$limit int BrandContextQuery::DEFAULT_LIMIT -

publicgetLimit()

BrandContextQuery.php : 41
public getLimit() : int

Return values

int

publicgetOffset()

BrandContextQuery.php : 31
public getOffset() : int

Return values

int

publicgetQuery()

BrandContextQuery.php : 26
public getQuery() : CriterionInterface|null

Return values

CriterionInterface|null

publicsetLimit()

BrandContextQuery.php : 46
public setLimit(int $limit) : void

Parameters

Name Type Default value Description
$limit int - -

publicsetOffset()

BrandContextQuery.php : 36
public setOffset(int $offset) : void

Parameters

Name Type Default value Description
$offset int - -