• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist.php
  • Класс: BitrixMobileComponentLogList
  • Вызов: LogList::getParamsPhotogalleryInstance
public function getParamsPhotogalleryInstance(): ParamPhotogallery
{
	if ($this->paramsPhotogalleryInstance === null)
	{
		$this->paramsPhotogalleryInstance = new ParamPhotogallery([
			'component' => $this
		]);
	}

	return $this->paramsPhotogalleryInstance;
}