CartServiceExtension extends AbstractExtension
Table of Contents
| $cartService | CartService | |
|---|---|---|
| __construct() | mixed | |
| getFunctions() | mixed | |
| get_cart() | mixed | |
| get_all_carts() | mixed | |
| get_carts_total_price() | mixed | |
| get_carts_total_quantity() | mixed | 
Properties
$cartService
        protected
                CartService
        $cartService
            
            
Methods
__construct()
        public
                                __construct(
                    
                            $cartService :
                CartService
                            
                )
        : mixed
    
    
            Parameters
- $cartService : CartService
Return values
mixedgetFunctions()
        public
                                getFunctions(
                )
        : mixed
    
    
    
        
            Return values
mixedget_cart()
        public
                                get_cart(
                )
        : mixed
    
    
    
        
            Return values
mixedget_all_carts()
        public
                                get_all_carts(
                )
        : mixed
    
    
    
        
            Return values
mixedget_carts_total_price()
        public
                                get_carts_total_price(
                )
        : mixed
    
    
    
        
            Return values
mixedget_carts_total_quantity()
        public
                                get_carts_total_quantity(
                )
        : mixed