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/sectiontemplates.php

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

class SectionTemplates extends BaseTemplate
{
	/**
	 * @param integer $iblockId Identifier of the iblock of the section.
	 * @param integer $sectionId Identifier of the section.
	 */
	function __construct($iblockId, $sectionId)
	{
		$entity = new SectionValues($iblockId, $sectionId);
		parent::__construct($entity);
	}
}