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