• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/propertyindex/element.php
  • Класс: BitrixIblockPropertyIndexElement
  • Вызов: Element::getParentSections
public function getParentSections()
{
	$sections = array();
	foreach ($this->getSections() as $sectionId)
	{
		$sections = array_merge($sections, $this->getSectionParents($sectionId));
	}
	return array_unique($sections, SORT_NUMERIC);
}