• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/webform/responsiblequeue.php
  • Класс: Bitrix\Crm\WebForm\ResponsibleQueue
  • Вызов: ResponsibleQueue::__construct
public function __construct($entityId, $autoSetLastId = true)
{
	$this->entityId = $entityId;
	$this->autoSetLastId = $autoSetLastId;

	$this->loadList();
	$this->lastId = $this->getLastId();
}