Copied!

AttributeGroupFetchAdapter

AttributeGroupFetchAdapter.php : 16

Methods

public__construct()

AttributeGroupFetchAdapter.php : 22
public __construct(AttributeGroupServiceInterface $attributeGroupService[, AttributeGroupQuery|null $query = null ])

Parameters

Name Type Default value Description
$attributeGroupService AttributeGroupServiceInterface - -
$query AttributeGroupQuery|null null -

publicfetch()

AttributeGroupFetchAdapter.php : 33
public fetch(int $offset, int $limit) : Iterator<mixed, AttributeGroupInterface>

Parameters

Name Type Default value Description
$offset int - -
$limit int - -

Return values

Iterator<mixed, AttributeGroupInterface>