Manager
Class Manager
Table of Contents
Constants
- PROVIDER_AGENT_CONTRACT = 'AgentContract'
- PROVIDER_STORE_DOCUMENT = 'StoreDocument'
Methods
- getActiveProvider() : IProvider|null
- getMigrationProgressHtml() : string
- isActiveProviderByModule() : bool
- isActiveProviderExists() : bool
Constants
PROVIDER_AGENT_CONTRACT
public
mixed
PROVIDER_AGENT_CONTRACT
= 'AgentContract'
PROVIDER_STORE_DOCUMENT
public
mixed
PROVIDER_STORE_DOCUMENT
= 'StoreDocument'
Methods
getActiveProvider()
public
static getActiveProvider(string $providerName) : IProvider|null
Parameters
- $providerName : string
Return values
IProvider|nullgetMigrationProgressHtml()
public
static getMigrationProgressHtml() : string
Return values
stringisActiveProviderByModule()
public
static isActiveProviderByModule(string $providerName, string $moduleId) : bool
Parameters
- $providerName : string
- $moduleId : string
Return values
boolisActiveProviderExists()
public
static isActiveProviderExists() : bool