1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
IntegrationRepository.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Contract\Repository;
6
7
use Bitrix\Rest\Entity\Collection\IntegrationCollection;
8
use Bitrix\Rest\Entity\Integration;
9
10
interface
IntegrationRepository
11
{
12
public
function
getById
(
int
$id): ?
Integration
;
13
public
function
getCloudPaidIntegrations
():
IntegrationCollection
;
14
public
function
getBoxedPaidIntegrations
():
IntegrationCollection
;
15
public
function
hasUserIntegrations
(): bool;
16
public
function
hasNotInWebhookUserIntegrations
(): bool;
17
}
Bitrix\Rest\Entity\Collection\IntegrationCollection
Определения
IntegrationCollection.php:11
Bitrix\Rest\Entity\Integration
Определения
Integration.php:7
Bitrix\Rest\Contract\Repository\IntegrationRepository
Определения
IntegrationRepository.php:11
Bitrix\Rest\Contract\Repository\IntegrationRepository\hasUserIntegrations
hasUserIntegrations()
Bitrix\Rest\Contract\Repository\IntegrationRepository\getBoxedPaidIntegrations
getBoxedPaidIntegrations()
Bitrix\Rest\Contract\Repository\IntegrationRepository\getCloudPaidIntegrations
getCloudPaidIntegrations()
Bitrix\Rest\Contract\Repository\IntegrationRepository\getById
getById(int $id)
Bitrix\Rest\Contract\Repository\IntegrationRepository\hasNotInWebhookUserIntegrations
hasNotInWebhookUserIntegrations()
bitrix
modules
rest
lib
Contract
Repository
IntegrationRepository.php
Создано системой
1.14.0