Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/synchronization/loader/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/synchronization/loader/property.php

<?php


namespace Bitrix\Sale\Rest\Synchronization\Loader;


class Property extends Entity
{
	protected function getAdditionalFilterFileds()
	{
		return ['=ENTITY_REGISTRY_TYPE'=>$this->getRegistryType()];
	}
}