• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/action/base.php
  • Класс: BitrixRestConfigurationActionBase
  • Вызов: Base::getNotificationInstance
public function getNotificationInstance(): Notification
{
	if (!$this->notification)
	{
		$this->notification = new Notification($this->getSetting());
	}

	return $this->notification;
}