• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/inheritedproperty/sectiontemplates.php
  • Класс: BitrixIblockInheritedPropertySectionTemplates
  • Вызов: SectionTemplates::__construct
function __construct($iblockId, $sectionId)
{
	$entity = new SectionValues($iblockId, $sectionId);
	parent::__construct($entity);
}