1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
GroupItem.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Notification\Group;
4
5use Bitrix\Im\V2\Notification\Group\Condition\Conditions;
6
8{
9 public function __construct(
10 public readonly string $tag,
11 public readonly string $title,
12 public readonly Conditions $conditions,
13 public readonly bool $isEditable = false,
14 ) {}
15
16 public function toRestFormat(): array
17 {
18 return [
19 'tag' => $this->tag,
20 'title' => $this->title,
21 'conditions' => $this->conditions->toRestFormat(),
22 'isEditable' => $this->isEditable,
23 ];
24 }
25}
__construct(public readonly string $tag, public readonly string $title, public readonly Conditions $conditions, public readonly bool $isEditable=false,)
Определения GroupItem.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$title
Определения pdf.php:123