• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/Entity/General.php
  • Класс: Bitrix\Im\V2\Settings\Entity\General
  • Вызов: General::getValue
protected function getValue(string $name, $defaultValue = null)
{
	if (!$this->isLoad())
	{
		$this->load($this->groupId);
	}

	return $this->settings[$name] ?? $defaultValue;
}