1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
businessvalue_code_1c.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Internals;
4
5
use Bitrix\Main;
6
23
class
BusinessValueCode1CTable
extends
Main\Entity\DataManager
24
{
25
public
static
function
getFilePath
()
26
{
27
return
__FILE__;
28
}
29
30
public
static
function
getTableName
()
31
{
32
return
'b_sale_bizval_code_1c'
;
33
}
34
35
public
static
function
getMap
()
36
{
37
return
array
(
38
new
Main
\
Entity
\
IntegerField
(
'PERSON_TYPE_ID'
,
array
(
'primary'
=>
true
)),
39
new
Main
\
Entity
\
IntegerField
(
'CODE_INDEX'
,
array
(
'primary'
=>
true
)),
40
new
Main
\
Entity
\
StringField
(
'NAME'
,
array
(
'required'
=>
true
,
'size'
=> 255)),
41
);
42
}
43
}
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
Bitrix\Main\ORM\Fields\StringField
Определения
stringfield.php:20
Bitrix\Sale\Internals\BusinessValueCode1CTable
Определения
businessvalue_code_1c.php:24
Bitrix\Sale\Internals\BusinessValueCode1CTable\getMap
static getMap()
Определения
businessvalue_code_1c.php:35
Bitrix\Sale\Internals\BusinessValueCode1CTable\getFilePath
static getFilePath()
Определения
businessvalue_code_1c.php:25
Bitrix\Sale\Internals\BusinessValueCode1CTable\getTableName
static getTableName()
Определения
businessvalue_code_1c.php:30
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\Main\Entity
Определения
ufield.php:9
Bitrix\Main
bitrix
modules
sale
lib
internals
businessvalue_code_1c.php
Создано системой
1.14.0