• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/configstatistic.php
  • Класс: BitrixImOpenLinesConfigStatistic
  • Вызов: ConfigStatistic::addLead
public function addLead(): self
{
	self::addEventHandlerSave();

	$this->lead++;
	$this->updated = true;

	return $this;
}