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

	return $this->paramsPhotogalleryInstance;
}