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