1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
sectiontemplates.php
См. документацию.
1<?php
7namespace Bitrix\Iblock\InheritedProperty;
8
10{
15 function __construct($iblockId, $sectionId)
16 {
17 $entity = new SectionValues($iblockId, $sectionId);
18 parent::__construct($entity);
19 }
20}
__construct($iblockId, $sectionId)
Определения sectiontemplates.php:15
$iblockId
Определения iblock_catalog_edit.php:30