There was an error while loading. Please reload this page.
This service handles calls on the ZZ endpoint (or in other words abstract routing).
Description
public __construct (\EntityManagerInterface $entityManager, \SynchronizationService $syncService, \CallService $callService, \GatewayResourceService $resourceService, \LoggerInterface $objectSyncLogger)
The constructor sets al needed variables.
Parameters
(\EntityManagerInterface) $entityManager
(\SynchronizationService) $syncService
(\CallService) $callService
(\GatewayResourceService) $resourceService
(\LoggerInterface) $objectSyncLogger
Return Values
void
public objectSyncHandler (array $data)
Synchronise the object to the source.
(array) $data
array
The path array for a proxy endpoint.
Throws Exceptions
\Exception