Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
notifyschema.php:8
Bitrix\Bizproc\Integration\NotifySchema\onGetNotifySchema
static onGetNotifySchema()
Definition
notifyschema.php:9
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\getMessage
static getMessage($code, $replace=null, $language=null)
Definition
loc.php:29
Bitrix\Bizproc\Integration
modules
bizproc
lib
integration
notifyschema.php
Создано системой
1.10.0