AfterbuyServiceProvider
extends AbstractModuleServiceProvider
in package
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
$application
protected
Application
$application
Methods
__construct()
AbstractBootableServiceProvider constructor.
public
__construct(Application $application) : mixed
Parameters
- $application : Application
Return values
mixed —provides()
public
provides() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —register()
public
register() : void
Tags
Return values
void —toLeagueServiceProvider()
Creates a league container package compatible service provider interface.
public
toLeagueServiceProvider() : ServiceProviderInterface
Tags
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