• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglist/param.php
  • Класс: BitrixSocialnetworkComponentLogListParam
  • Вызов: Param::prepareCommentsParams
public function prepareCommentsParams(&$componentParams): void
{
	$componentParams['USE_COMMENTS'] = ($componentParams['USE_COMMENTS'] ?? 'N');
	Util::checkEmptyParamInteger($componentParams, 'COMMENTS_IN_EVENT', 3);
}