Logidav Docs

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

$eventDispatcher

private EventDispatcherInterface $eventDispatcher

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
Return values
array<string|int, string>

        
On this page

Search results