1C-Bitrix
25.700.0
Toggle main menu visibility
Титульная страница
Пространства имен
Пространства имен
Члены пространств имен
Указатель
$
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Функции
_
a
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Переменные
$
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Перечисления
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
u
v
w
Элементы перечислений
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Структуры данных
Структуры данных
Алфавитный указатель структур данных
Иерархия классов
Поля структур
Указатель
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Функции
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Переменные
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Перечисления
Элементы перечислений
Файлы
Файлы
Список членов всех файлов
Указатель
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
б
в
к
л
о
п
с
т
ю
Функции
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Переменные
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
б
в
к
л
о
п
с
т
ю
Блог
Хостинг
1C-Bitrix
Пространства имен
Структуры данных
Файлы
Файлы
bitrix
modules
abtest
advertising
b24connector
bitrixcloud
bizproc
classes
lib
activity
Api
automation
component
engine
target
trigger
entity
trigger.php
triggerobject.php
basetrigger.php
helper.php
tracker.php
basetype
Calc
controller
copy
Debugger
Document
DocumentType
exception
Fields
FileUploader
integration
Result
Runtime
script
service
Storage
Task
UI
usertype
worker
workflow
error.php
fieldtype.php
file.php
restactivity.php
restprovider.php
restservice.php
result.php
schedulerevent.php
validator.php
meta
templates
templates_bp
.settings.php
autoload.php
compatibility.php
include.php
options.php
prolog.php
bizprocdesigner
blog
calendar
catalog
clouds
cluster
conversion
currency
eshopapp
fileman
form
forum
highloadblock
iblock
idea
im
landing
ldap
learning
lists
location
mail
main
messageservice
mobileapp
perfmon
photogallery
pull
report
rest
sale
scale
search
security
sender
seo
socialnetwork
socialservices
statistic
storeassist
subscribe
support
translate
ui
vote
webservice
wiki
workflow
Список членов всех файлов
Примеры
•
Указатель
Структуры данных
Пространства имен
Файлы
Функции
Переменные
Перечисления
Элементы перечислений
Страницы
Загрузка...
Поиск...
Не найдено
trigger.php
См. документацию.
1
<?php
2
namespace
Bitrix\Bizproc\Automation\Trigger\Entity
;
3
4
use
Bitrix\Main
;
5
22
class
TriggerTable
extends
Main\Entity\DataManager
23
{
28
public
static
function
getTableName
()
29
{
30
return
'b_bp_automation_trigger'
;
31
}
28
public
static
function
getTableName
() {
…
}
32
33
public
static
function
getObjectClass
()
34
{
35
return
TriggerObject::class;
36
}
33
public
static
function
getObjectClass
() {
…
}
37
42
public
static
function
getMap
()
43
{
44
return
[
45
'ID'
=> [
46
'primary'
=>
true
,
47
'data_type'
=>
'integer'
,
48
'autocomplete'
=>
true
,
49
],
50
'NAME'
=> [
'data_type'
=>
'string'
],
51
'CODE'
=> [
'data_type'
=>
'string'
],
52
53
'MODULE_ID'
=> [
'data_type'
=>
'string'
],
54
'ENTITY'
=> [
'data_type'
=>
'string'
],
55
'DOCUMENT_TYPE'
=> [
'data_type'
=>
'string'
],
56
57
'DOCUMENT_STATUS'
=> [
'data_type'
=>
'string'
],
58
59
'APPLY_RULES'
=> [
60
'data_type'
=>
'string'
,
61
'serialized'
=>
true
,
62
],
63
];
64
}
42
public
static
function
getMap
() {
…
}
65
}
22
class
TriggerTable
extends
Main\Entity\DataManager {
…
};
Bitrix\Bizproc\Automation\Trigger\Entity\TriggerTable
Определения
trigger.php:23
Bitrix\Bizproc\Automation\Trigger\Entity\TriggerTable\getMap
static getMap()
Определения
trigger.php:42
Bitrix\Bizproc\Automation\Trigger\Entity\TriggerTable\getObjectClass
static getObjectClass()
Определения
trigger.php:33
Bitrix\Bizproc\Automation\Trigger\Entity\TriggerTable\getTableName
static getTableName()
Определения
trigger.php:28
Bitrix\Bizproc\Automation\Trigger\Entity
Определения
trigger.php:2
Bitrix\Main
bitrix
modules
bizproc
lib
automation
trigger
entity
trigger.php
Создано системой
1.14.0