ProductWarrantyNoticeThemeContentView
extends ProductWarrantyNoticeThemeContentView_parent
Uses
CheckoutSessionTrait
Table of Contents
-
prepare_data()
: mixed
-
checkForUsedOrRenewedProducts()
: bool
-
getConditionNoticeSessionValue()
: string|null
-
getWarrantyNoticeSessionValue()
: string|null
-
issetConditionNoticeSession()
: bool
-
issetWarrantyNoticeSession()
: bool
-
setConditionNoticeSession()
: void
-
setWarrantyNoticeSession()
: void
-
unsetConditionNoticeSession()
: void
-
unsetWarrantyNoticeSession()
: void
prepare_data()
public
prepare_data() : mixed
Return values
mixed
—
checkForUsedOrRenewedProducts()
protected
checkForUsedOrRenewedProducts() : bool
Return values
bool
—
getConditionNoticeSessionValue()
protected
getConditionNoticeSessionValue() : string|null
Return values
string|null
—
getWarrantyNoticeSessionValue()
protected
getWarrantyNoticeSessionValue() : string|null
Return values
string|null
—
issetConditionNoticeSession()
protected
issetConditionNoticeSession() : bool
Return values
bool
—
issetWarrantyNoticeSession()
protected
issetWarrantyNoticeSession() : bool
Return values
bool
—
setConditionNoticeSession()
protected
setConditionNoticeSession(string $value) : void
Parameters
-
$value
: string
-
Return values
void
—
setWarrantyNoticeSession()
protected
setWarrantyNoticeSession(string $value) : void
Parameters
-
$value
: string
-
Return values
void
—
unsetConditionNoticeSession()
protected
unsetConditionNoticeSession() : void
Return values
void
—
unsetWarrantyNoticeSession()
protected
unsetWarrantyNoticeSession() : void
Return values
void
—