• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/configuration.php
  • Класс: BitrixDiskDocumentOnlyOfficeConfiguration
  • Вызов: Configuration::getValue
protected function getValue($key, string $optionName): ?string
{
	$value = $this->getLocalValues($key);
	if ($value === null)
	{
		return Option::get(Driver::INTERNAL_MODULE_ID, $optionName, null);
	}

	return $value;
}