1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
rulerecordtable.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Security\W\Rules;
4
5
use Bitrix\Main\ORM\Data\DataManager;
6
use Bitrix\Main\ORM\Fields\IntegerField;
7
use Bitrix\Main\ORM\Fields\StringField;
8
use Bitrix\Main\ORM\Fields\TextField;
9
26
class
RuleRecordTable
extends
DataManager
27
{
28
public
static
function
getTableName
()
29
{
30
return
'b_sec_wwall_rules'
;
31
}
32
33
public
static
function
getMap
()
34
{
35
return
[
36
(
new
IntegerField
(
'ID'
))
37
->configureAutocomplete()
38
->configurePrimary(),
39
(
new
TextField
(
'DATA'
)),
40
new
StringField
(
'MODULE'
),
41
new
StringField
(
'MODULE_VERSION'
),
42
];
43
}
44
}
Bitrix\Main\ORM\Data\DataManager
Определения
datamanager.php:35
Bitrix\Main\ORM\Fields\IntegerField
Определения
integerfield.php:20
Bitrix\Main\ORM\Fields\StringField
Определения
stringfield.php:20
Bitrix\Main\ORM\Fields\TextField
Определения
textfield.php:20
Bitrix\Main\Security\W\Rules\RuleRecordTable
Определения
rulerecordtable.php:27
Bitrix\Main\Security\W\Rules\RuleRecordTable\getMap
static getMap()
Определения
rulerecordtable.php:33
Bitrix\Main\Security\W\Rules\RuleRecordTable\getTableName
static getTableName()
Определения
rulerecordtable.php:28
bitrix
modules
main
lib
security
w
rules
rulerecordtable.php
Создано системой
1.14.0