Your IP : 3.143.1.37


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/iblock/lib/orm/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/iblock/lib/orm/elementv1entity.php

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

namespace Bitrix\Iblock\ORM;


/**
 * @package    bitrix
 * @subpackage iblock
 */
class ElementV1Entity extends ElementEntity
{
	public function getSingleValueTableName()
	{
		return 'b_iblock_element_property';
	}

	public function getMultiValueTableName()
	{
		return 'b_iblock_element_property';
	}
}