1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
eventcategoryserviceinterface.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Integration\Im;
4
5use Bitrix\Calendar\Core\EventCategory\EventCategory;
6
8{
9 public function getAvailableChannelsList(int $userId): array;
10
11 public function createChannel(EventCategory $eventCategory, array $userIds, array $departmentIds = []): int;
12
13 public function updateChannel(EventCategory $eventCategory): void;
14
15 public function setMuteChannel(int $userId, int $channelId, bool $newMuteState): void;
16
17 public function isChannelMuted(int $userId, int $channelId): ?bool;
18
19 public function getThreadCommentsCount(int $threadId): ?int;
20
21 public function includeUserToChannel(int $userId, int $channelId): bool;
22
23 public function hasAccess(int $userId, int $channelId): bool;
24
25 public function getChannelUsers(int $channelId): array;
26
27 public function isChannelPrivate(int $channelId): bool;
28
29 public function isManagerOfChannel(int $userId, int $channelId): bool;
30
31 public function connectChannelToCategory(int $channelId): void;
32}
if(empty( $fields)) foreach($fields as $field) $channelId
Определения push.php:23
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
createChannel(EventCategory $eventCategory, array $userIds, array $departmentIds=[])
setMuteChannel(int $userId, int $channelId, bool $newMuteState)