Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
paysystem.php
1
<?php
2
3
4
namespace
Bitrix\Sale\Rest\Synchronization\Loader
;
5
6
7
class
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
}
Bitrix\Sale\Rest\Synchronization\Loader\Entity
Definition
entity.php:11
Bitrix\Sale\Rest\Synchronization\Loader\Entity\getRegistryType
getRegistryType()
Definition
entity.php:68
Bitrix\Sale\Rest\Synchronization\Loader\PaySystem
Definition
paysystem.php:8
Bitrix\Sale\Rest\Synchronization\Loader\PaySystem\getAdditionalFilterFileds
getAdditionalFilterFileds()
Definition
paysystem.php:14
Bitrix\Sale\Rest\Synchronization\Loader\PaySystem\getEntityTable
getEntityTable()
Definition
paysystem.php:9
Bitrix\Sale\Rest\Synchronization\Loader
Definition
basketitem.php:4
modules
sale
lib
rest
synchronization
loader
paysystem.php
Создано системой
1.10.0