Copied!

ProductFetchAdapter

ProductFetchAdapter.php : 17

Methods

public__construct()

ProductFetchAdapter.php : 25
public __construct(ProductServiceInterface $productService, ProductQuery $query[, LanguageSettings|null $languageSettings = null ])

Parameters

Name Type Default value Description
$productService ProductServiceInterface - -
$query ProductQuery - -
$languageSettings LanguageSettings|null null -

publicfetch()

ProductFetchAdapter.php : 38
public fetch(int $offset, int $limit) : Iterator<string|int, ProductInterface>

Parameters

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

Return values

Iterator<string|int, ProductInterface>