Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/propertybase.php

<?php

namespace Bitrix\Sale;

/**
 * Class PropertyBase
 * @package Bitrix\Sale
 */
abstract class PropertyBase extends EntityProperty
{
	/**
	 * @return string Registry::ENTITY_ORDER
	 */
	protected static function getEntityType(): string
	{
		return Registry::ENTITY_ORDER;
	}
}