MultipleInstanceProviderInterface
in
Table of Contents
Methods
- getAllInstances() : array<string|int, ProviderInstanceInterface>
- getSelectedSystemInstance() : ProviderInstanceInterface
- Get a Provider instance (while working with a particular Provider)
- parseInstancesConfiguration() : array<string|int, mixed>
- selectSystemInstance() : Provider
- Activate a selected Providers' system instance so the search performed by the Provider is ran over the correct system.
Methods
getAllInstances()
public
getAllInstances() : array<string|int, ProviderInstanceInterface>
Return values
array<string|int, ProviderInstanceInterface>getSelectedSystemInstance()
Get a Provider instance (while working with a particular Provider)
public
getSelectedSystemInstance() : ProviderInstanceInterface
Return values
ProviderInstanceInterfaceparseInstancesConfiguration()
public
parseInstancesConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>selectSystemInstance()
Activate a selected Providers' system instance so the search performed by the Provider is ran over the correct system.
public
selectSystemInstance(int $id) : Provider
Parameters
- $id : int
-
Instance ID