phpDocumentor

CustomerGroupSettings implements CustomerGroupSettingsInterface

Class CustomerGroupSettings

Tags
category

System

subpackage

ValueObjects

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

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

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

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
Return values
bool

Search results