1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
notifyschema.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Bizproc\Integration;
4
5
use Bitrix\Main\Localization\Loc;
6
7
class
NotifySchema
8
{
9
public
static
function
onGetNotifySchema
()
10
{
11
return
[
12
'bizproc'
=> [
13
'NOTIFY'
=> [
14
'activity'
=> [
15
'NAME'
=> Loc::getMessage(
'BIZPROC_NOTIFY_SCHEMA_ACTIVITY'
),
16
'PUSH'
=>
'Y'
,
17
],
18
],
19
],
20
];
21
}
22
}
Bitrix\Bizproc\Integration\NotifySchema
Определения
notifyschema.php:8
Bitrix\Bizproc\Integration\NotifySchema\onGetNotifySchema
static onGetNotifySchema()
Определения
notifyschema.php:9
bitrix
modules
bizproc
lib
integration
notifyschema.php
Создано системой
1.14.0