• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist/paramphotogallery.php
  • Класс: BitrixMobileComponentLogListParamPhotogallery
  • Вызов: ParamPhotogallery::preparePhotogalleryParams
public function preparePhotogalleryParams(&$componentParams)
{
	if (!ModuleManager::isModuleInstalled('photogallery'))
	{
		return;
	}

	Util::checkEmptyParamInteger($componentParams, 'PHOTO_COUNT', 5);
	Util::checkEmptyParamInteger($componentParams, 'PHOTO_THUMBNAIL_SIZE', 76);
}