Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
check2cashbox.php
1
<?php
2
namespace
Bitrix\Sale\Cashbox\Internals
;
3
4
use Bitrix\Main\Entity\DataManager;
5
22
class
Check2CashboxTable
extends
DataManager
23
{
24
public
static
function
getTableName
()
25
{
26
return
'b_sale_check2cashbox'
;
27
}
28
29
public
static
function
getMap
()
30
{
31
return
array(
32
'ID'
=> array(
'primary'
=>
true
,
33
'autocomplete'
=>
true
,
34
'autoincrement'
=>
true
,
35
'data_type'
=>
'integer'
,
36
),
37
'CHECK_ID'
=> array(
38
'required'
=>
true
,
39
'data_type'
=>
'integer'
,
40
),
41
'CASHBOX_ID'
=> array(
42
'required'
=>
true
,
43
'data_type'
=>
'integer'
,
44
),
45
);
46
}
47
}
Bitrix\Main\ORM\Data\DataManager
Definition
datamanager.php:33
Bitrix\Sale\Cashbox\Internals\Check2CashboxTable
Definition
check2cashbox.php:23
Bitrix\Sale\Cashbox\Internals\Check2CashboxTable\getMap
static getMap()
Definition
check2cashbox.php:29
Bitrix\Sale\Cashbox\Internals\Check2CashboxTable\getTableName
static getTableName()
Definition
check2cashbox.php:24
Bitrix\Sale\Cashbox\Internals
modules
sale
lib
cashbox
internals
check2cashbox.php
Создано системой
1.10.0