Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.

You might want to read an updated version of this page for the current version, PrestaShop 8. Read the updated version of this page

Learn how to upgrade to the latest version.

CreditSlip domain

CreditSlip Commands

CreditSlip Queries

GetCreditSlipIdsByDateRange

PrestaShop\PrestaShop\Core\Domain\CreditSlip\Query\GetCreditSlipIdsByDateRange Gets CreditSlipIds for provided date range

Query details
Constructor parameters
  • $DateTime $dateTimeFrom
  • $DateTime $dateTimeTo
Handler class PrestaShop\PrestaShop\Adapter\CreditSlip\QueryHandler\GetCreditSlipIdsByDateRangeHandler

Implements:

  • PrestaShop\PrestaShop\Core\Domain\CreditSlip\QueryHandler\GetCreditSlipIdsByDateRangeHandlerInterface
Return type PrestaShop\PrestaShop\Core\Domain\CreditSlip\ValueObject\CreditSlipId[]