1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
paysystem.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Rest\Synchronization\Loader;
5
6
7class PaySystem extends Entity
8{
9 protected function getEntityTable()
10 {
11 return new \Bitrix\Sale\PaySystem\Manager;
12 }
13
14 protected function getAdditionalFilterFileds()
15 {
16 return ['=ENTITY_REGISTRY_TYPE'=>$this->getRegistryType()];
17 }
18}