SyncSectionFactory
Table of Contents
Methods
- __construct() : mixed
- getExternalSyncSectionMapByUserId() : SyncSectionMap
- getLocalSyncSectionMapByUserId() : SyncSectionMap
- getSyncSectionMapByFactory() : SyncSectionMap
Methods
__construct()
public
__construct() : mixed
getExternalSyncSectionMapByUserId()
public
getExternalSyncSectionMapByUserId(int $userId, int $connectionId, SyncSectionMap $syncSectionMap, array<string|int, mixed> $externalType) : SyncSectionMap
Parameters
- $userId : int
- $connectionId : int
- $syncSectionMap : SyncSectionMap
- $externalType : array<string|int, mixed>
Tags
Return values
SyncSectionMapgetLocalSyncSectionMapByUserId()
public
getLocalSyncSectionMapByUserId(int $userId, int $connectionId, SyncSectionMap $syncSectionMap) : SyncSectionMap
Parameters
- $userId : int
- $connectionId : int
- $syncSectionMap : SyncSectionMap
Tags
Return values
SyncSectionMapgetSyncSectionMapByFactory()
public
getSyncSectionMapByFactory(FactoryBase $factory) : SyncSectionMap
Parameters
- $factory : FactoryBase