Properties¶
                 $innerService
            ¶
        $innerService
            ¶
    
        
        CartServiceDecorator.php
                :
        23
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        CartServiceDecorator.php
                :
        25
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $innerService | CartServiceInterface | - | - | 
                 addEntry()
            ¶
addEntry()
            ¶
    
        
        CartServiceDecorator.php
                :
        65
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
| $entryAddStruct | EntryAddStruct | - | - | 
Return values
                 createCart()
            ¶
createCart()
            ¶
    
        
        CartServiceDecorator.php
                :
        40
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cartCreateStruct | CartCreateStruct | - | - | 
Return values
                 deleteCart()
            ¶
deleteCart()
            ¶
    
        
        CartServiceDecorator.php
                :
        50
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
                 emptyCart()
            ¶
emptyCart()
            ¶
    
        
        CartServiceDecorator.php
                :
        55
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
                 findCarts()
            ¶
findCarts()
            ¶
    
        
        CartServiceDecorator.php
                :
        35
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $query | CartQuery|null | null | - | 
Return values
                 getCart()
            ¶
getCart()
            ¶
    
        
        CartServiceDecorator.php
                :
        30
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $identifier | string | - | - | 
Return values
                 mergeCarts()
            ¶
mergeCarts()
            ¶
    
        
        CartServiceDecorator.php
                :
        83
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $targetCart | CartInterface | - | - | 
| $deleteMergedCarts | bool | - | - | 
| $cartsToMerge | CartInterface | - | - | 
Return values
                 removeEntry()
            ¶
removeEntry()
            ¶
    
        
        CartServiceDecorator.php
                :
        70
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
| $entry | EntryInterface | - | - | 
Return values
                 updateCartMetadata()
            ¶
updateCartMetadata()
            ¶
    
        
        CartServiceDecorator.php
                :
        45
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
| $cartUpdateStruct | CartMetadataUpdateStruct | - | - | 
Return values
                 updateEntry()
            ¶
updateEntry()
            ¶
    
        
        CartServiceDecorator.php
                :
        75
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
| $entry | EntryInterface | - | - | 
| $entryUpdateStruct | EntryUpdateStruct | - | - | 
Return values
                 validateCart()
            ¶
validateCart()
            ¶
    
        
        CartServiceDecorator.php
                :
        60
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $cart | CartInterface | - | - | 
Return values
ConstraintViolationListInterface