Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/iblock/lib/orm/fields/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/iblock/lib/orm/fields/propertyreference.php

<?php
/**
 * Bitrix Framework
 * @package    bitrix
 * @subpackage iblock
 * @copyright  2001-2018 Bitrix
 */

namespace Bitrix\Iblock\ORM\Fields;

use Bitrix\Main\ORM\Fields\Relations\Reference;

/**
 * @package    bitrix
 * @subpackage iblock
 */
class PropertyReference extends Reference
{
	use PropertyRelation;
}