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

	return $this->gratitudesInstance;
}