getAllCategorySortings example


    public function getSortingsOfCategories(array $categoryIds, ShopContextInterface $context)
    {
        return $this->gateway->getSortingsOfCategories($categoryIds$context);
    }

    /** * {@inheritdoc} */
    public function getAllCategorySortings(ShopContextInterface $context)
    {
        return $this->gateway->getAllCategorySortings($context);
    }
}
Home | Imprint | This part of the site doesn't use cookies.