Home
last modified time | relevance | path

Searched refs:ProductCategoriesInformation (Results 1 – 3 of 3) sorted by relevance

/dports/finance/prestashop/prestashop/src/Core/Domain/Product/QueryResult/
H A DProductForEditing.php54 * @var ProductCategoriesInformation
108 * @param ProductCategoriesInformation $categoriesInformation
123 ProductCategoriesInformation $categoriesInformation,
181 * @return ProductCategoriesInformation
183 public function getCategoriesInformation(): ProductCategoriesInformation
H A DProductCategoriesInformation.php34 class ProductCategoriesInformation class
/dports/finance/prestashop/prestashop/src/Adapter/Product/QueryHandler/
H A DGetProductForEditingHandler.php43 use PrestaShop\PrestaShop\Core\Domain\Product\QueryResult\ProductCategoriesInformation; alias
163 * @return ProductCategoriesInformation
165 private function getCategoriesInformation(Product $product): ProductCategoriesInformation
170 return new ProductCategoriesInformation($categoryIds, $defaultCategoryId);