Skip to content

Instantly share code, notes, and snippets.

@MrWhiteD
Created July 22, 2025 06:25
Show Gist options
  • Select an option

  • Save MrWhiteD/04d61da2ed04e99678a7d56d34165cfb to your computer and use it in GitHub Desktop.

Select an option

Save MrWhiteD/04d61da2ed04e99678a7d56d34165cfb to your computer and use it in GitHub Desktop.
[Настройки главное ядра, API] #settings #config
<?php
use Bitrix\Main\Config as Conf;
$configuration = Conf\Configuration::getInstance();
//get
$handl = $configuration->get('exception_handling');
//add
$configuration->add('exception_handling', $handl);
//save config to file
$configuration->saveConfiguration();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment