Documentation

OlcInstance
in package

Table of Contents

Properties

$registry  : array<string, object>
$request  : OlcRequest

Methods

__construct()  : mixed
customFields()  : CustomFieldsApi
Get the CustomFields instance.
getRequest()  : OlcRequest
Get the request instance.
orderDetails()  : OrderDetailsApi
Get the OrderDetailsApi instance.
orders()  : OrdersApi
Get the OrdersApi instance.
products()  : ProductApi
Get the ProductApi instance.
templates()  : TemplatesApi
Get the Templates instance.
user()  : UserApi
Get the User instance.
retrieveApiInstance()  : mixed
Retrieve an API instance by class (FQN) from the registry. If not found, create a new instance.

Properties

$registry

protected array<string, object> $registry = []

Methods

__construct()

public __construct(string $apiKey[, string|null $version = null ][, string|null $endpoint = null ]) : mixed
Parameters
$apiKey : string
$version : string|null = null
$endpoint : string|null = null

retrieveApiInstance()

Retrieve an API instance by class (FQN) from the registry. If not found, create a new instance.

protected retrieveApiInstance(class-string $className) : mixed
Parameters
$className : class-string

API FQN class name

Return values
mixed

API instance


        
On this page

Search results