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