1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
groupqueueserviceinterface.php
См. документацию.
1<?php
2
3namespace Bitrix\Sender\Service;
4
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
Определения options.php:106
releaseGroup(int $type, int $entityId, int $groupId)
addToDB(int $type, int $entityId, int $groupId)
$entityId
Определения payment.php:4