1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ExportedProductQueueTable.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Catalog\v2\Integration\Seo\Entity;
4
5
use Bitrix\Main\Entity;
6
use Bitrix\Main\Localization\Loc;
7
8
Loc::loadMessages(__FILE__);
9
26
class
ExportedProductQueueTable
extends
Entity\DataManager
27
{
28
public
static
function
getTableName
()
29
{
30
return
'b_catalog_exported_product_queue'
;
31
}
32
33
public
static
function
getMap
()
34
{
35
return
[
36
'QUEUE_ID'
=> [
37
'data_type'
=>
'integer'
,
38
'primary'
=>
true
,
39
],
40
'PRODUCT_IDS'
=> [
41
'data_type'
=>
'string'
,
42
'required'
=>
false
,
43
],
44
];
45
}
46
}
Bitrix\Catalog\v2\Integration\Seo\Entity\ExportedProductQueueTable
Определения
ExportedProductQueueTable.php:27
Bitrix\Catalog\v2\Integration\Seo\Entity\ExportedProductQueueTable\getMap
static getMap()
Определения
ExportedProductQueueTable.php:33
Bitrix\Catalog\v2\Integration\Seo\Entity\ExportedProductQueueTable\getTableName
static getTableName()
Определения
ExportedProductQueueTable.php:28
bitrix
modules
catalog
lib
v2
Integration
Seo
Entity
ExportedProductQueueTable.php
Создано системой
1.14.0