• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/subelement.php
  • Класс: CAdminSubList
  • Вызов: CAdminSubList::SetListFieldNames
function SetListFieldNames($boolClear = true)
{
	$boolClear = ($boolClear === true);
	if ($boolClear)
		$this->SetBaseFieldNames();
	$this->AddListFieldNames();
}