Queue::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. voximplant
  3. Queue
  4. __construct
  • Модуль: 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;
}

Добавить комментарий