• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/config/state.php
  • Класс: BitrixCatalogConfigState
  • Вызов: State::handlerAfterIblockSectionDelete
static function handlerAfterIblockSectionDelete(array $fields)
{
	if (!self::checkIblockId($fields))
		return;

	self::$iblockSections = null;
	self::$fullIblockSections = null;
	self::$elementCount = null;
}