phpDocumentor

QuickEditProductGraduatedPricesRepository
in package
implements QuickEditProductGraduatedPricesRepositoryInterface

Class QuickEditProductGraduatedPricesRepository

Tags
category

System

subpackage

Repositories

Interfaces, Classes and Traits

QuickEditProductGraduatedPricesRepositoryInterface
Interface QuickEditProductGraduatedPricesRepositoryInterface

Table of Contents

$graduatedPricesReader  : QuickEditProductGraduatedPricesReaderInterface
__construct()  : mixed
QuickEditProductGraduatedPricesRepository constructor.
getGraduatedPrices()  : array<string|int, mixed>
Returns the graduated prices of a product or an empty array nothing was found.

Properties

Methods

getGraduatedPrices()

Returns the graduated prices of a product or an empty array nothing was found.

public getGraduatedPrices([array<string|int, mixed>|null $productIds = null ]) : array<string|int, mixed>
Parameters
$productIds : array<string|int, mixed>|null = null

Array containing the selected product IDs to be processed.

Return values
array<string|int, mixed>

Returns array that contains the graduated prices information.

Search results