Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/iblock/lib/inheritedproperty/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/iblock/lib/inheritedproperty/iblocktemplates.php

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

class IblockTemplates extends BaseTemplate
{
	/**
	 * @param integer $iblockId Identifier of the iblock.
	 */
	function __construct($iblockId)
	{
		$entity = new IblockValues($iblockId);
		parent::__construct($entity);
	}
}