Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
basetemplate.php:10
Bitrix\Iblock\InheritedProperty\BaseTemplate\$entity
$entity
Definition
basetemplate.php:12
Bitrix\Iblock\InheritedProperty\SectionTemplates
Definition
sectiontemplates.php:10
Bitrix\Iblock\InheritedProperty\SectionTemplates\__construct
__construct($iblockId, $sectionId)
Definition
sectiontemplates.php:15
Bitrix\Iblock\InheritedProperty\SectionValues
Definition
sectionvalues.php:10
Bitrix\Iblock\InheritedProperty
Definition
basetemplate.php:7
modules
iblock
lib
inheritedproperty
sectiontemplates.php
Создано системой
1.10.0