CustomerGroupSettings
in package
implements
CustomerGroupSettingsInterface
Class CustomerGroupSettings
Tags
Interfaces, Classes and Traits
- CustomerGroupSettingsInterface
- Interface CustomerGroupSettingsInterface
Table of Contents
- $statusAddTaxOt : bool
- $statusDiscountAttributes : bool
- $statusFsk18Display : bool
- $statusFsk18Purchasable : bool
- $statusGraduatedPrices : bool
- $statusOtDiscount : bool
- $statusPublic : bool
- $statusReadReviews : bool
- $statusShowPrice : bool
- $statusShowPriceTax : bool
- $statusWriteReviews : bool
- __construct() : mixed
- isAddTaxOt() : bool
- Checks if add tax ot enable or not.
- isDiscountAttributes() : bool
- Checks if discount attributes enable or not.
- isFsk18Display() : bool
- Checks if fsk 18 display enable or not.
- isFsk18Purchasable() : bool
- Checks if fsk 18 enable or not.
- isGraduatedPrices() : bool
- Checks if graduated prices enable or not.
- isOtDiscountFlag() : bool
- Checks if ot discount flag enable or not.
- isPublic() : bool
- Checks if the customer group is public or not.
- isReadReviews() : bool
- Checks if read reviews enable or not.
- isShowPrice() : bool
- Checks if show price enable or not.
- isShowPriceTax() : bool
- Checks if show price tax enable or not.
- isWriteReviews() : bool
- Checks if write reviews enable or not.
Properties
$statusAddTaxOt
protected
bool
$statusAddTaxOt
$statusDiscountAttributes
protected
bool
$statusDiscountAttributes
$statusFsk18Display
protected
bool
$statusFsk18Display
$statusFsk18Purchasable
protected
bool
$statusFsk18Purchasable
$statusGraduatedPrices
protected
bool
$statusGraduatedPrices
$statusOtDiscount
protected
bool
$statusOtDiscount
$statusPublic
protected
bool
$statusPublic
$statusReadReviews
protected
bool
$statusReadReviews
$statusShowPrice
protected
bool
$statusShowPrice
$statusShowPriceTax
protected
bool
$statusShowPriceTax
$statusWriteReviews
protected
bool
$statusWriteReviews
Methods
__construct()
public
__construct(BoolType $statusPublic, BoolType $statusOtDiscount, BoolType $statusGraduatedPrices, BoolType $statusShowPrice, BoolType $statusShowPriceTax, BoolType $statusAddTaxOt, BoolType $statusDiscountAttributes, BoolType $statusFsk18Purchasable, BoolType $statusFsk18Display, BoolType $statusWriteReviews, BoolType $statusReadReviews) : mixed
Parameters
- $statusPublic : BoolType
- $statusOtDiscount : BoolType
- $statusGraduatedPrices : BoolType
- $statusShowPrice : BoolType
- $statusShowPriceTax : BoolType
- $statusAddTaxOt : BoolType
- $statusDiscountAttributes : BoolType
- $statusFsk18Purchasable : BoolType
- $statusFsk18Display : BoolType
- $statusWriteReviews : BoolType
- $statusReadReviews : BoolType
Return values
mixed —isAddTaxOt()
Checks if add tax ot enable or not.
public
isAddTaxOt() : bool
Return values
bool —isDiscountAttributes()
Checks if discount attributes enable or not.
public
isDiscountAttributes() : bool
Return values
bool —isFsk18Display()
Checks if fsk 18 display enable or not.
public
isFsk18Display() : bool
Return values
bool —isFsk18Purchasable()
Checks if fsk 18 enable or not.
public
isFsk18Purchasable() : bool
Return values
bool —isGraduatedPrices()
Checks if graduated prices enable or not.
public
isGraduatedPrices() : bool
Return values
bool —isOtDiscountFlag()
Checks if ot discount flag enable or not.
public
isOtDiscountFlag() : bool
Return values
bool —isPublic()
Checks if the customer group is public or not.
public
isPublic() : bool
Return values
bool —isReadReviews()
Checks if read reviews enable or not.
public
isReadReviews() : bool
Return values
bool —isShowPrice()
Checks if show price enable or not.
public
isShowPrice() : bool
Return values
bool —isShowPriceTax()
Checks if show price tax enable or not.
public
isShowPriceTax() : bool
Return values
bool —isWriteReviews()
Checks if write reviews enable or not.
public
isWriteReviews() : bool