1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
topic.php
См. документацию.
1<?php
2
4
7
9{
10 public function headAction($topicId)
11 {
12 if (($topic = Forum\Topic::getById($topicId)) !== null)
13 {
14 global $USER;
15 $user = Forum\User::getById($USER->GetID());
16 if ($user->canReadTopic($topic))
17 {
18 return $topic->getData();
19 }
20 }
21 return null;
22 }
23}
headAction($topicId)
Определения topic.php:10
global $USER
Определения csv_new_run.php:40
Определения topic.php:3
$user
Определения mysql_to_pgsql.php:33