Home
last modified time | relevance | path

Searched refs:duplicateCarriers (Results 1 – 2 of 2) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Product/
H A DProductDuplicator.php294 $this->duplicateCarriers($oldProductId, $newProductId);
556 private function duplicateCarriers(int $oldProductId, int $newProductId): void function in PrestaShop\\PrestaShop\\Adapter\\Product\\ProductDuplicator
/dports/finance/prestashop/prestashop/classes/
H A DProduct.php5453 public static function duplicateCarriers(int $oldProductId, int $newProductId): bool function in ProductCore