Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
notifyschema.php
1<?php
2
4
6
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}
static getMessage($code, $replace=null, $language=null)
Definition loc.php:29