• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/queue.php
  • Класс: Bitrix\Sender\Internals\Queue
  • Вызов: Queue::enableUserCheck
public function enableUserCheck()
{
	$this->isUserCheckEnabled = true;
	return $this;
}