Class CustomerGroupSettings
Class CustomerGroupSettings
-
CustomerGroupSettings
implements
CustomerGroupSettingsInterface
Methods summary
public
__construct( BoolType $statusPublic, BoolType $statusOtDiscount, BoolType $statusGraduatedPrices, BoolType $statusShowPrice, BoolType $statusShowPriceTax, BoolType $statusAddTaxOt, BoolType $statusDiscountAttributes, BoolType $statusFsk18, BoolType $statusFsk18Display, BoolType $statusWriteReviews, BoolType $statusReadReviews )
public
isPublic( void )
: boolean
Checks if the customer group is public or not.
Checks if the customer group is public or not.
Returns
boolean
Implementation of
public
isOtDiscountFlag( void )
: boolean
Checks if ot discount flag enable or not.
Checks if ot discount flag enable or not.
Returns
boolean
Implementation of
public
isGraduatedPrices( void )
: boolean
Checks if graduated prices enable or not.
Checks if graduated prices enable or not.
Returns
boolean
Implementation of
public
isShowPrice( void )
: boolean
Checks if show price enable or not.
Checks if show price enable or not.
Returns
boolean
Implementation of
public
isShowPriceTax( void )
: boolean
Checks if show price tax enable or not.
Checks if show price tax enable or not.
Returns
boolean
Implementation of
public
isAddTaxOt( void )
: boolean
Checks if add tax ot enable or not.
Checks if add tax ot enable or not.
Returns
boolean
Implementation of
public
isDiscountAttributes( void )
: boolean
Checks if discount attributes enable or not.
Checks if discount attributes enable or not.
Returns
boolean
Implementation of
public
isFsk18( void )
: boolean
Checks if fsk 18 enable or not.
Checks if fsk 18 enable or not.
Returns
boolean
Implementation of
public
isFsk18Display( void )
: boolean
Checks if fsk 18 display enable or not.
Checks if fsk 18 display enable or not.
Returns
boolean
Implementation of
public
isWriteReviews( void )
: boolean
Checks if write reviews enable or not.
Checks if write reviews enable or not.
Returns
boolean
Implementation of
public
isReadReviews( void )
: boolean
Checks if read reviews enable or not.
Checks if read reviews enable or not.
Returns
boolean
Implementation of
Properties summary