CartInterface
        CartInterface.php
                :
        16
                 
    
            Interface
                Methods¶
                 getContext()
            ¶
getContext()
            ¶
    
        
        CartInterface.php
                :
        38
                 
    
        |  |  | 
Return values
MapInterface<string, mixed>|null
                 getCreatedAt()
            ¶
getCreatedAt()
            ¶
    
        
        CartInterface.php
                :
        40
                 
    
        |  |  | 
Return values
DateTimeInterface
                 getCurrency()
            ¶
getCurrency()
            ¶
    
        
        CartInterface.php
                :
        33
                 
    
        |  |  | 
Return values
                 getEntries()
            ¶
getEntries()
            ¶
    
        
        CartInterface.php
                :
        31
                 
    
        |  |  | 
Return values
                 getId()
            ¶
getId()
            ¶
    
        
        CartInterface.php
                :
        23
                 
    
        Numeric ID used by some storage gateways.
|  |  | 
Use getIdentifier() for compatibility across all storages.
Return values
int|null
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        CartInterface.php
                :
        25
                 
    
        |  |  | 
Return values
string
                 getName()
            ¶
getName()
            ¶
    
        
        CartInterface.php
                :
        27
                 
    
        |  |  | 
Return values
string
                 getOwner()
            ¶
getOwner()
            ¶
    
        
        CartInterface.php
                :
        29
                 
    
        |  |  | 
Return values
                 getUpdatedAt()
            ¶
getUpdatedAt()
            ¶
    
        
        CartInterface.php
                :
        42
                 
    
        |  |  | 
Return values
DateTimeInterface