• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::saveCardUserConfig
public function saveCardUserConfig(array $config): bool
{
	return CUserOptions::setOption('catalog', $this->getCardConfigId(), $config);
}