• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist/param.php
  • Класс: BitrixMobileComponentLogListParam
  • Вызов: Param::preparePageParams
public function preparePageParams(&$componentParams)
{
	$componentParams['SET_LOG_PAGE_CACHE'] = (
		$componentParams['LOG_ID'] <= 0
			? 'Y' 
			: 'N'
	);
}