Your IP : 18.191.174.179


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/iblock/lib/orm/fields/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/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;
}