Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        PriceContext.php
                :
        20
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $currency | CurrencyInterface|null | null | - | 
| $customerGroup | CustomerGroupInterface|null | null | - | 
                 getCurrency()
            ¶
getCurrency()
            ¶
    
        
        PriceContext.php
                :
        28
                 
    
        |  |  | 
Return values
CurrencyInterface|null
                 getCustomerGroup()
            ¶
getCustomerGroup()
            ¶
    
        
        PriceContext.php
                :
        38
                 
    
        |  |  | 
Return values
                 setCurrency()
            ¶
setCurrency()
            ¶
    
        
        PriceContext.php
                :
        33
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $currency | CurrencyInterface|null | - | - | 
                 setCustomerGroup()
            ¶
setCustomerGroup()
            ¶
    
        
        PriceContext.php
                :
        43
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $customerGroup | CustomerGroupInterface|null | - | - |