1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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
Определения
datamanager.php:35
Bitrix\Sale\Cashbox\Internals\Check2CashboxTable
Определения
check2cashbox.php:23
Bitrix\Sale\Cashbox\Internals\Check2CashboxTable\getMap
static getMap()
Определения
check2cashbox.php:29
Bitrix\Sale\Cashbox\Internals\Check2CashboxTable\getTableName
static getTableName()
Определения
check2cashbox.php:24
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
sale
lib
cashbox
internals
check2cashbox.php
Создано системой
1.14.0