ButtonProductComparison

This is the ButtonProductComparison 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
see
ButtonProductComparison::getViewParameters()

Table of Contents

$allowDelete  : bool
$class  : string
$product  : Product|null
$showLabel  : bool
__construct() Constructor method for ButtonProductComparison 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

Methods

__construct()

Constructor method for ButtonProductComparison class.

public __construct(array<string|int, mixed> $arguments) : mixed
Parameters
$arguments : array<string|int, mixed>
Tags
see
ButtonProductComparison
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>
Return values
array<string|int, mixed>

Search results