• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/Configuration/Notification.php
  • Класс: BitrixImConfigurationNotification
  • Вызов: Notification::__construct
public function __construct(string $module, string $name)
{
	$this->module = $module;
	$this->name = $name;
}