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