Smalot\Magento\Cart\CartProduct::getList PHP Méthode

getList() public méthode

Allows you to retrieve the list of products in the shopping cart (quote).
public getList ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$store string
Résultat Smalot\Magento\ActionInterface
    public function getList($quoteId, $store = null)
    {
        return $this->__createAction('cart_product.list', func_get_args());
    }