phpDocumentor

AfterbuyServiceProvider extends AbstractModuleServiceProvider

Class AfterbuyServiceProvider

Table of Contents

$application  : Application
__construct()  : mixed
AbstractBootableServiceProvider constructor.
provides()  : array<string|int, mixed>
register()  : void
toLeagueServiceProvider()  : ServiceProviderInterface
Creates a league container package compatible service provider interface.
registerCommon()  : void
Registers common afterbuy components.
registerOrderExportService()  : void
Registers all components to make the `AfterbuyOrderExportService` available.
registerOrderIdMappingService()  : void
Registers the `AfterbuyOrderIdMappingService`, which is accessible through the DI-Container with all necessary components.
registerOrderStatusPaidService()  : void
Registers the Afterbuy "check paid status" service.
registerOrderTrackingService()  : void
Registers all components to make the `AfterbuyOrderTrackingLinkService` available.
registerXmlApiService()  : void
Registers the afterbuy order export service.

Properties

Methods

provides()

public provides() : array<string|int, mixed>
Tags
inheritDoc
Return values
array<string|int, mixed>

toLeagueServiceProvider()

Creates a league container package compatible service provider interface.

public toLeagueServiceProvider() : ServiceProviderInterface
Tags
inheritDoc
Return values
ServiceProviderInterface

registerCommon()

Registers common afterbuy components.

private registerCommon() : void
Return values
void

registerOrderExportService()

Registers all components to make the `AfterbuyOrderExportService` available.

private registerOrderExportService() : void
Return values
void

registerOrderIdMappingService()

Registers the `AfterbuyOrderIdMappingService`, which is accessible through the DI-Container with all necessary components.

private registerOrderIdMappingService() : void
Return values
void

registerOrderStatusPaidService()

Registers the Afterbuy "check paid status" service.

private registerOrderStatusPaidService() : void
Return values
void

registerOrderTrackingService()

Registers all components to make the `AfterbuyOrderTrackingLinkService` available.

private registerOrderTrackingService() : void
Return values
void

registerXmlApiService()

Registers the afterbuy order export service.

private registerXmlApiService() : void
Return values
void

Search results