• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/Entity/General.php
  • Класс: BitrixImV2SettingsEntityGeneral
  • Вызов: General::getSimpleNotifyScheme
public function getSimpleNotifyScheme(): array
{
	return [
		static::SIMPLE_SITE => $this->getValue(static::SIMPLE_SITE),
		self::SIMPLE_MAIL => $this->getValue(self::SIMPLE_MAIL),
		self::SIMPLE_PUSH => $this->getValue(self::SIMPLE_PUSH),
	];
}