AXIAM PHP SDK

ProviderConfigVariant extends JsonSerializable

Provider-specific connection details.

Discriminated on the wire by kind. Use ProviderConfig::fromArray() to decode one; each arm is a separate class implementing this interface.

Table of Contents

Methods

toArray()  : array<string, mixed>
Renders this variant to its wire form, including its discriminator.

Methods

toArray()

Renders this variant to its wire form, including its discriminator.

public toArray() : array<string, mixed>
Return values
array<string, mixed>
On this page

Search results