Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
groupqueueserviceinterface.php
1<?php
2
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}
releaseGroup(int $type, int $entityId, int $groupId)
addToDB(int $type, int $entityId, int $groupId)