1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
forum_notify_schema.php
См. документацию.
1<?
3
5{
6 public function __construct()
7 {
8 }
9
10 public static function OnGetNotifySchema()
11 {
12 return IsModuleInstalled('bitrix24')? array(): array(
13 "forum" => array(
14 "comment" => Array(
15 "NAME" => GetMessage("FORUM_NS_COMMENT"),
16 ),
17/*
18 "mention" => Array(
19 "NAME" => GetMessage("FORUM_NS_MENTION"),
20 ),
21*/
22 ),
23 );
24 }
25}
static OnGetNotifySchema()
Определения forum_notify_schema.php:10
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
IsModuleInstalled($module_id)
Определения tools.php:5301
IncludeModuleLangFile($filepath, $lang=false, $bReturnArray=false)
Определения tools.php:3778
GetMessage($name, $aReplace=null)
Определения tools.php:3397