Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
HelperInterface.php
Go to the documentation of this file.
1 <?php
11 
16 interface HelperInterface
17 {
26  public function mergeVisitorProductIndex($mainTable, $data, $matchFields);
27 
38  public function updateReportRatingPos($connection, $type, $column, $mainTable, $aggregationTable);
39 }
mergeVisitorProductIndex($mainTable, $data, $matchFields)
$type
Definition: item.phtml:13
$connection
Definition: bulk.php:13
updateReportRatingPos($connection, $type, $column, $mainTable, $aggregationTable)