• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/usestore.php
  • Класс: BitrixCatalogComponentUseStore
  • Вызов: UseStore::resetPreset
public function resetPreset()
{
	foreach (CatalogComponentPresetEnum::getAllType() as $type)
	{
		Factory::create($type)->disable();
	}
}