예제 #1
0
 /**
  * Retrieve number of products to display in autocomplete results
  *
  * @return int
  */
 private function getResultsPageSize()
 {
     return $this->autocompleteHelper->getMaxSize($this->getType());
 }
예제 #2
0
 /**
  * Retrieve number of products to display in autocomplete results
  *
  * @return int
  */
 private function getResultsPageSize()
 {
     return $this->configurationHelper->getMaxSize($this->getType());
 }