• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/propertyindex/element.php
  • Класс: BitrixIblockPropertyIndexElement
  • Вызов: Element::isElementSection
public function isElementSection($sectionId)
{
	return in_array($sectionId, $this->elementSections);
}