Smalot\Magento\Cart\Cart::getInfo PHP Method

getInfo() public method

Allows you to retrieve full information about the shopping cart (quote).
public getInfo ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$store string
return Smalot\Magento\ActionInterface
    public function getInfo($quoteId, $store = null)
    {
        return $this->__createAction('cart.info', func_get_args());
    }