1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
externalservice.php
См. документацию.
1
<?php
8
namespace
Bitrix\Sale\Location;
9
10
use Bitrix\Main;
11
use Bitrix\Main\Entity;
12
use Bitrix\Main\Localization\Loc;
13
14
Loc::loadMessages(__FILE__);
15
32
class
ExternalServiceTable
extends
Entity\DataManager
33
{
34
public
static
function
getFilePath
()
35
{
36
return
__FILE__;
37
}
38
39
public
static
function
getTableName
()
40
{
41
return
'b_sale_loc_ext_srv'
;
42
}
43
44
public
static
function
getMap
()
45
{
46
return
array
(
47
48
'ID'
=>
array
(
49
'data_type'
=>
'integer'
,
50
'primary'
=>
true
,
51
'autocomplete'
=>
true
,
52
),
53
54
'CODE'
=>
array
(
55
'data_type'
=>
'string'
,
56
'required'
=>
true
,
57
'title'
=> Loc::getMessage(
'SALE_LOCATION_EXTERNAL_SERVICE_ENTITY_CODE_FIELD'
)
58
),
59
60
// virtual
61
'EXTERNAL'
=>
array
(
62
'data_type'
=>
'\Bitrix\Sale\Location\External'
,
63
'reference'
=>
array
(
64
'=this.ID'
=>
'ref.SERVICE_ID'
65
)
66
),
67
);
68
}
69
}
Bitrix\Sale\Location\ExternalServiceTable
Определения
externalservice.php:33
Bitrix\Sale\Location\ExternalServiceTable\getMap
static getMap()
Определения
externalservice.php:44
Bitrix\Sale\Location\ExternalServiceTable\getFilePath
static getFilePath()
Определения
externalservice.php:34
Bitrix\Sale\Location\ExternalServiceTable\getTableName
static getTableName()
Определения
externalservice.php:39
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
location
externalservice.php
Создано системой
1.14.0