ProviderManager
Table of Contents
Methods
- getCurrentProvider() : ProviderInterface|null
- getProviderByBooking() : ProviderInterface|null
- getProviderByModuleId() : ProviderInterface|null
Methods
getCurrentProvider()
public
static getCurrentProvider() : ProviderInterface|null
Return values
ProviderInterface|nullgetProviderByBooking()
public
static getProviderByBooking(Booking $booking) : ProviderInterface|null
Parameters
- $booking : Booking
Return values
ProviderInterface|nullgetProviderByModuleId()
public
static getProviderByModuleId(string $moduleId) : ProviderInterface|null
Parameters
- $moduleId : string