Smalot\Magento\Catalog\Product::getList PHP Method

getList() public method

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