1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
groupqueueserviceinterface.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sender\Service;
4
5
interface
GroupQueueServiceInterface
6
{
7
public
function
addToDB
(
int
$type
,
int
$entityId
,
int
$groupId);
8
9
public
function
releaseGroup
(
int
$type
,
int
$entityId
,
int
$groupId);
10
public
function
isEntityProcessed
(
int
$type
,
int
$entityId
);
11
12
public
function
isReleased
(
int
$groupId): bool;
13
}
$type
$type
Определения
options.php:106
Bitrix\Sender\Service\GroupQueueServiceInterface
Определения
groupqueueserviceinterface.php:6
Bitrix\Sender\Service\GroupQueueServiceInterface\isReleased
isReleased(int $groupId)
Bitrix\Sender\Service\GroupQueueServiceInterface\releaseGroup
releaseGroup(int $type, int $entityId, int $groupId)
Bitrix\Sender\Service\GroupQueueServiceInterface\addToDB
addToDB(int $type, int $entityId, int $groupId)
Bitrix\Sender\Service\GroupQueueServiceInterface\isEntityProcessed
isEntityProcessed(int $type, int $entityId)
$entityId
$entityId
Определения
payment.php:4
bitrix
modules
sender
lib
service
groupqueueserviceinterface.php
Создано системой
1.14.0