...Человеческий поиск в разработке...
- Модуль: voximplant
- Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/queue.php
- Класс: Bitrix\Voximplant\Routing\Queue
- Вызов: Queue::__construct
public function __construct($queueId, $checkTimeman) { parent::__construct(); $this->queueId = $queueId; $this->queue = \Bitrix\Voximplant\Queue::createWithId($this->queueId); $this->checkTimeman = $checkTimeman === true; }