• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/comp_formatprops.php
  • Класс: CIBlockFormatProperties
  • Вызов: CIBlockFormatProperties::clearCache
static function clearCache(): void
{
	self::$userTypeCache = [];
	self::$nameCache = [
		PropertyTable::TYPE_ELEMENT => [],
		PropertyTable::TYPE_SECTION => [],
	];
}