ProviderConfig
in package
FinalYes
Provider-specific connection details.
The decoder for the kind-tagged union. Every arm is a ProviderConfigVariant; this class
exists only to pick the right one.
Table of Contents
Methods
- fromArray() : ProviderConfigVariant
- Decodes one `kind`-tagged ProviderConfig object into its variant.
Methods
fromArray()
Decodes one `kind`-tagged ProviderConfig object into its variant.
public
static fromArray(array<string, mixed> $data) : ProviderConfigVariant
Parameters
- $data : array<string, mixed>
-
The raw wire object.