• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/systemfield/base.php
  • Класс: BitrixCatalogProductSystemFieldBase
  • Вызов: Base::clearCache
static function clearCache(): void
{
	self::$languages = null;
	self::$fields = null;
	self::$allowedProductTypeList = null;
	self::$allowedOperations = null;
}