ButtonDiscounts
in package
This is the ButtonDiscounts class, a macro class for the productViewHelper.
The purpose of this class is to encapsulate the logic that calculates the view parameters for the product's wishlist button.
Tags
Table of Contents
$discounts | : ElementCollection|null | |
---|---|---|
__construct() | Constructor method for ButtonDiscounts class. | : mixed |
getViewParameters() | This method returns all calculated arguments and new parameters for ProductViewHelper.php | : array<string|int, mixed> |
getProperties() | : array<string|int, mixed> |
Properties
$discounts
public
ElementCollection|null
$discounts
= null
Methods
__construct()
Constructor method for ButtonDiscounts class.
public
__construct(array<string|int, mixed> $arguments) : mixed
Parameters
- $arguments : array<string|int, mixed>
Tags
Return values
mixed —getViewParameters()
This method returns all calculated arguments and new parameters for ProductViewHelper.php
public
getViewParameters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getProperties()
protected
getProperties() : array<string|int, mixed>