CustomerManagerRegistry
in package
Table of Contents
- $versions : array<string|int, mixed>
- Array containing the different istances of the service
- get() : CustomerManagerAbstraction
- Get the specific version of the Service
Properties
$versions
Array containing the different istances of the service
public
array<string|int, mixed>
$versions
= ['v1' => \Athomos\Bennu\Modules\Crm\Services\Versioned\v1\CustomerManager::class, 'latest' => \Athomos\Bennu\Modules\Crm\Services\Versioned\v1\CustomerManager::class]
Methods
get()
Get the specific version of the Service
public
get( $version) : CustomerManagerAbstraction