method
public
static
SupervisorTable::sendItem()
Сигнатура
public static sendItem(int $id, string $type, string $command) : void
Описание
Отправить элемент руководителю.
Параметры
$id
int
Идентификатор элемента.
$type
string
Тип сущности: LEAD, DEAL, QUOTE, INVOICE.
$command
string
Команда для pull.
Возвращаемое значение
void
Исходный файл: source/crm/lib/kanban/supervisor.php:158

