• Модуль: highloadblock
  • Путь к файлу: ~/bitrix/modules/highloadblock/classes/general/prop_directory.php
  • Класс: CIBlockPropertyDirectory
  • Вызов: CIBlockPropertyDirectory::getEntityFieldsForTable
static function getEntityFieldsForTable($hlTableName)
{
	if (!isset(self::$arFullCache[$hlTableName]))
	{
		self::$arFullCache[$hlTableName] = static::getEntityFieldsByFilter($hlTableName, [
			'select' => ['UF_XML_ID', 'UF_NAME', 'ID']
		]);
	}

	return self::$arFullCache[$hlTableName];
}