QuickEditProductGraduatedPricesReader

Implements \QuickEditProductGraduatedPricesReaderInterface

Class QuickEditProductGraduatedPricesReader

category

System

package

QuickEdit

subpackage

Repositories

Methods

QuickEditProductGraduatedPricesReader constructor.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Database query builder instance.

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

getGraduatedPrices(array|null $productIds = null) : array

Arguments

$productIds

array|null

Array containing the selected product IDs to be processed.

Response

array

Returns array that contains the graduated prices information.

Properties