• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglist/util.php
  • Класс: BitrixSocialnetworkComponentLogListUtil
  • Вызов: Util::checkEmptyParamInteger
static function checkEmptyParamInteger(&$params, $paramName, $defaultValue): void
{
	ComponentHelper::checkEmptyParamInteger($params, $paramName, $defaultValue);
}