class ExtranetApiClientFactory

Methods

__construct(string $baseUrl, string $clientId, string $clientSecret, HttpClientInterface $httpClient, CacheInterface $cache)

No description

object
createApi(string $apiClass)

No description

Details

at line 18
__construct(string $baseUrl, string $clientId, string $clientSecret, HttpClientInterface $httpClient, CacheInterface $cache)

No description

Parameters

string $baseUrl
string $clientId
string $clientSecret
HttpClientInterface $httpClient
CacheInterface $cache

at line 34
object createApi(string $apiClass)

No description

Parameters

string $apiClass

Return Value

object