CartListInterface
        CartListInterface.php
                :
        16
                 
    
            Interface
                    
                Extends
                                    IteratorAggregate                            
                Methods¶
                 getCarts()
            ¶
getCarts()
            ¶
    
        
        CartListInterface.php
                :
        23
                 
    
        Partial list of carts.
|  |  | 
Return values
array<string|int, CartInterface>
                 getTotalCount()
            ¶
getTotalCount()
            ¶
    
        
        CartListInterface.php
                :
        28
                 
    
        Return total count of found carts (filtered by permissions).
|  |  | 
Return values
int