BuyFormQuantity

This is the BuyFormQuantity 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 buy form quantity.

Tags
see
BuyFormQuantity::getViewParameters()

Table of Contents

$class  : string
$forceMinQuantityZero  : bool
$manualMaxQuantity  : int|null
$manualMinQuantity  : int|null
$product  : Product|null
$quantityPlugin  : bool
$selectableBoxRows  : int
$showSelectableBox  : bool
__construct() Constructor method for BuyFormQuantity class.  : mixed
getViewParameters() This method returns all calculated arguments and new parameters for ProductViewHelper.php  : array<string|int, mixed>
getProperties() Return macro use properties  : array<string|int, mixed>

Properties

Methods

__construct()

Constructor method for BuyFormQuantity class.

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

Return macro use properties

protected getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results