Beispiel #1
0
 /**
  * Return the list of sorted product ids.
  *
  * @return array
  */
 private function getSortedProductIds()
 {
     return $this->category->getSortedProductIds();
 }