Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
elementtemplates.php
1
<?php
7
namespace
Bitrix\Iblock\InheritedProperty
;
8
9
use
Bitrix\Iblock\Template\Entity\Element
;
10
11
class
ElementTemplates
extends
BaseTemplate
12
{
17
function
__construct
($iblockId, $elementId)
18
{
19
$entity
=
new
ElementValues
($iblockId, $elementId);
20
parent::__construct(
$entity
);
21
}
22
}
Bitrix\Iblock\InheritedProperty\BaseTemplate
Definition
basetemplate.php:10
Bitrix\Iblock\InheritedProperty\BaseTemplate\$entity
$entity
Definition
basetemplate.php:12
Bitrix\Iblock\InheritedProperty\ElementTemplates
Definition
elementtemplates.php:12
Bitrix\Iblock\InheritedProperty\ElementTemplates\__construct
__construct($iblockId, $elementId)
Definition
elementtemplates.php:17
Bitrix\Iblock\InheritedProperty\ElementValues
Definition
elementvalues.php:10
Bitrix\Iblock\Template\Entity\Element
Definition
element.php:10
Bitrix\Iblock\InheritedProperty
Definition
basetemplate.php:7
modules
iblock
lib
inheritedproperty
elementtemplates.php
Создано системой
1.10.0