1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
IntegrationService.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Rest\Contract\Service;
6
7
use Bitrix\Rest\Entity\Collection\IntegrationCollection;
8
9
interface
IntegrationService
10
{
11
public
function
getPaidIntegrations
():
IntegrationCollection
;
12
public
function
hasPaidIntegrations
(): bool;
13
}
Bitrix\Rest\Entity\Collection\IntegrationCollection
Определения
IntegrationCollection.php:11
Bitrix\Rest\Contract\Service\IntegrationService
Определения
IntegrationService.php:10
Bitrix\Rest\Contract\Service\IntegrationService\hasPaidIntegrations
hasPaidIntegrations()
Bitrix\Rest\Contract\Service\IntegrationService\getPaidIntegrations
getPaidIntegrations()
bitrix
modules
rest
lib
Contract
Service
IntegrationService.php
Создано системой
1.14.0