IntegrationRepository implements IntegrationRepository
Table of Contents
Interfaces
Methods
- __construct() : mixed
- getBoxedPaidIntegrations() : IntegrationCollection
- getById() : Integration|null
- getCloudPaidIntegrations() : IntegrationCollection
- hasNotInWebhookUserIntegrations() : bool
- hasUserIntegrations() : bool
Methods
__construct()
public
__construct(Integration $mapper) : mixed
Parameters
- $mapper : Integration
getBoxedPaidIntegrations()
public
getBoxedPaidIntegrations() : IntegrationCollection
Return values
IntegrationCollectiongetById()
public
getById(int $id) : Integration|null
Parameters
- $id : int
Return values
Integration|nullgetCloudPaidIntegrations()
public
getCloudPaidIntegrations() : IntegrationCollection
Return values
IntegrationCollectionhasNotInWebhookUserIntegrations()
public
hasNotInWebhookUserIntegrations() : bool
Return values
boolhasUserIntegrations()
public
hasUserIntegrations() : bool