• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist.php
  • Класс: BitrixMobileComponentLogList
  • Вызов: LogList::getParamsInstance
protected function getParamsInstance(): Param
{
	if ($this->paramsInstance === null)
	{
		$this->paramsInstance = new Param([
			'component' => $this,
			'ajaxCall' => $this->ajaxCall,
			'reloadCall' => $this->reloadCall,
			'request' => $this->getRequest()
		]);
	}

	return $this->paramsInstance;
}