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