1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
forummessageconnector.php
См. документацию.
1<?php
2namespace Bitrix\Vote\Attachment;
3
4use Bitrix\Main\Loader;
5use Bitrix\Main\Localization\Loc;
6
7Loc::loadMessages(__FILE__);
8
10{
11 protected static $messages = array();
12 protected static $topics = array();
13
14 private $canRead = null;
15
16
21 public function canRead($userId)
22 {
23 return $this->canRead;
24 }
25
30 public function canEdit($userId)
31 {
32 return $this->canRead($userId);
33 }
34}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$canRead
Определения options.php:9