• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/yacounter.php
  • Класс: BitrixLandingHookPageYaCounter
  • Вызов: YaCounter::exec
public function exec()
{
	if ($this->execCustom())
	{
		return;
	}

	if ($this->fields['USE']->getValue() != 'Y')
	{
		return;
	}

	$this->setCounter($this->fields['COUNTER']);
}