File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626class ExportOnDemand extends Command
2727{
2828 private const COMMAND_NAME = 'commerce-data-export:orders:export-on-demand ' ;
29- private CommerceDataExportLoggerInterface $ logger ;
30- private FeedIndexMetadata $ metadata ;
31- private DateTimeRangeOrderProcessor $ processor ;
32- private DateTimeFactory $ dateTimeFactory ;
33- private Link $ linkCommand ;
29+ private $ logger ;
30+ private $ metadata ;
31+ private $ processor ;
32+ private $ dateTimeFactory ;
33+ private $ linkCommand ;
3434
3535 /**
3636 * @param CommerceDataExportLoggerInterface $logger
Original file line number Diff line number Diff line change 2020 */
2121class DateTimeRangeOrderIdsProvider implements EntityIdsProviderInterface
2222{
23- private ResourceConnection $ resourceConnection ;
24- private BatchIteratorFactory $ batchIteratorFactory ;
25- private DateTime $ from ;
26- private DateTime $ to ;
23+ private $ resourceConnection ;
24+ private $ batchIteratorFactory ;
25+ private $ from ;
26+ private $ to ;
2727
2828 public function __construct (
2929 ResourceConnection $ resourceConnection ,
Original file line number Diff line number Diff line change 1515
1616class DateTimeRangeOrderProcessor
1717{
18- private ResourceConnection $ resourceConnection ;
19- private BatchIteratorFactory $ batchIteratorFactory ;
20- private DataSerializerInterface $ serializer ;
21- private FeedIndexProcessorInterface $ delegatingProcessor ;
18+ private $ resourceConnection ;
19+ private $ batchIteratorFactory ;
20+ private $ serializer ;
21+ private $ delegatingProcessor ;
2222
2323 public function __construct (
2424 ResourceConnection $ resourceConnection ,
Original file line number Diff line number Diff line change 1414
1515class OnDemandExportOrdersRepository
1616{
17- private FeedIndexMetadata $ metadata ;
18- private ResourceConnection $ resourceConnection ;
19- private BatchIteratorFactory $ batchIteratorFactory ;
17+ private $ metadata ;
18+ private $ resourceConnection ;
19+ private $ batchIteratorFactory ;
2020
2121 public function __construct (
2222 FeedIndexMetadata $ metadata ,
Original file line number Diff line number Diff line change 1616
1717class OnDemandOrdersExporter
1818{
19- private CommerceDataExportLoggerInterface $ logger ;
20- private FeedIndexMetadata $ metadata ;
21- private DateTimeRangeOrderProcessor $ processor ;
22- private Link $ linkCommand ;
19+ private $ logger ;
20+ private $ metadata ;
21+ private $ processor ;
22+ private $ linkCommand ;
2323
2424 public function __construct (
2525 CommerceDataExportLoggerInterface $ logger ,
You can’t perform that action at this time.
0 commit comments