IdfService
in package
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $logService : LogServiceInterface
- $productService : ProductService
- $saleProductService : SaleProductService|object
- $eventDispatcher : EventDispatcherInterface
- $saleService : SaleService|object
- $shipmentService : ShipmentService
- $tamdisApi : TamdisApi
- $trackingCodeContentService : TrackingCodeContentService
- $trackingCodeService : TrackingCodeService
Methods
- __construct() : mixed
- QueueService constructor.
- createPreExpeditionForSale() : array<string|int, string>
Properties
$container
protected
ContainerInterface
$container
$entityManager
protected
EntityManagerInterface
$entityManager
$logService
protected
LogServiceInterface
$logService
$productService
protected
ProductService
$productService
$saleProductService
protected
SaleProductService|object
$saleProductService
$eventDispatcher
private
EventDispatcherInterface
$eventDispatcher
$saleService
private
SaleService|object
$saleService
$shipmentService
private
ShipmentService
$shipmentService
$tamdisApi
private
TamdisApi
$tamdisApi
$trackingCodeContentService
private
TrackingCodeContentService
$trackingCodeContentService
$trackingCodeService
private
TrackingCodeService
$trackingCodeService
Methods
__construct()
QueueService constructor.
public
__construct(ContainerInterface $container, TamdisApi $tamdisApi, EntityManagerInterface $entityManager, LogServiceInterface $logService, TrackingCodeService $trackingCodeService, ShipmentService $shipmentService, EventDispatcherInterface $eventDispatcher, TrackingCodeContentService $trackingCodeContentService) : mixed
Parameters
- $container : ContainerInterface
- $tamdisApi : TamdisApi
- $entityManager : EntityManagerInterface
- $logService : LogServiceInterface
- $trackingCodeService : TrackingCodeService
- $shipmentService : ShipmentService
- $eventDispatcher : EventDispatcherInterface
- $trackingCodeContentService : TrackingCodeContentService
createPreExpeditionForSale()
public
createPreExpeditionForSale(mixed $orderId, mixed $orderItemId, mixed $token) : array<string|int, string>
Parameters
- $orderId : mixed
- $orderItemId : mixed
- $token : mixed