Home
last modified time | relevance | path

Searched refs:getAvailableDate (Results 1 – 14 of 14) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Product/Combination/Update/
H A DCombinationStockUpdater.php107 if (null !== $properties->getAvailableDate()) {
108 …$combination->available_date = $properties->getAvailableDate()->format(DateTime::DEFAULT_DATE_FORM…
H A DCombinationStockProperties.php131 public function getAvailableDate(): ?DateTimeInterface function in PrestaShop\\PrestaShop\\Adapter\\Product\\Combination\\Update\\CombinationStockProperties
/dports/finance/prestashop/prestashop/src/Adapter/Product/Stock/Update/
H A DProductStockUpdater.php158 if (null !== $properties->getAvailableDate()) {
159 … $product->available_date = $properties->getAvailableDate()->format(DateTime::DEFAULT_DATE_FORMAT);
/dports/finance/prestashop/prestashop/src/Adapter/Product/Combination/CommandHandler/
H A DUpdateCombinationStockHandler.php66 $command->getAvailableDate()
/dports/finance/prestashop/prestashop/src/Adapter/Product/Stock/CommandHandler/
H A DUpdateProductStockInformationHandler.php72 $command->getAvailableDate()
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Combination/QueryResult/
H A DCombinationStock.php132 public function getAvailableDate(): ?DateTimeInterface function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Combination\\QueryResult\\CombinationStock
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/QueryResult/
H A DProductStockInformation.php225 public function getAvailableDate(): ?DateTimeInterface function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\QueryResult\\ProductStockInformation
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Combination/Command/
H A DUpdateCombinationStockCommand.php194 public function getAvailableDate(): ?DateTimeInterface function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Combination\\Command\\UpdateCombinationStockCommand
/dports/finance/prestashop/prestashop/src/Adapter/Product/Update/
H A DProductStockProperties.php197 public function getAvailableDate(): ?DateTimeInterface function in PrestaShop\\PrestaShop\\Adapter\\Product\\Update\\ProductStockProperties
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Stock/Command/
H A DUpdateProductStockInformationCommand.php301 public function getAvailableDate(): ?DateTimeInterface function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Stock\\Command\\UpdateProductStockInformationCommand
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataProvider/
H A DCombinationFormDataProvider.php88 $availableDate = $stockInformation->getAvailableDate();
H A DProductFormDataProvider.php317 $availableDate = $stockInformation->getAvailableDate();
/dports/finance/prestashop/prestashop/classes/
H A DProduct.php1107 public static function getAvailableDate($id_product, $id_product_attribute = null) function in ProductCore
5752 $row['available_date'] = Product::getAvailableDate(
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DProduct.php1272 public static function getAvailableDate($idProduct, $idProductAttribute = null) function in ProductCore