Smalot\Magento\Catalog\Product::getList PHP Méthode

getList() public méthode

Allows you to retrieve the list of products.
public getList ( array $filters, string $storeView = null ) : Smalot\Magento\ActionInterface
$filters array
$storeView string
Résultat Smalot\Magento\ActionInterface
    public function getList($filters, $storeView = null)
    {
        return $this->__createAction('catalog_product.list', func_get_args());
    }