| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/synchronization/loader/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/synchronization/loader/paysystem.php |
<?php
namespace Bitrix\Sale\Rest\Synchronization\Loader;
class PaySystem extends Entity
{
protected function getEntityTable()
{
return new \Bitrix\Sale\PaySystem\Manager;
}
protected function getAdditionalFilterFileds()
{
return ['=ENTITY_REGISTRY_TYPE'=>$this->getRegistryType()];
}
}