class ShopInstanceManager implements BasicEntityManagerInterface

Class ShopInstanceManager is injected as empire_multiple_instances_plugin.multiple_instances_manager service. ShopInstanceManager handles the logic for entity.

Methods

__construct(ShopInstanceRepository $repository, Client $cache)

No description

array
findAllInstancesForDump()

No description

array
findAllInstancesForBackend()

No description

array|mixed
getAllCachedShopInstances()

No description

mixed
getShopInstancesFromCache()

No description

array
setAllShopInstancesToCache()

No description

Details

at line 37
__construct(ShopInstanceRepository $repository, Client $cache)

Parameters

ShopInstanceRepository $repository
Client $cache

at line 46
array findAllInstancesForDump()

Return Value

array

at line 54
array findAllInstancesForBackend()

Return Value

array

at line 62
array|mixed getAllCachedShopInstances()

Return Value

array|mixed

at line 75
mixed getShopInstancesFromCache()

Return Value

mixed

at line 83
array setAllShopInstancesToCache()

Return Value

array