1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
EventCategoryRenameDto.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\EventCategory\Dto;
4
5use Bitrix\Main\Type\Contract\Arrayable;
6
7final class EventCategoryRenameDto implements Arrayable
8{
9 public function __construct(
10 public readonly int $chatId,
11 public readonly string $name
12 )
13 {
14
15 }
16
17 public function toArray(): array
18 {
19 return [
20 'chatId' => $this->chatId,
21 'name' => $this->name,
22 ];
23 }
24}
__construct(public readonly int $chatId, public readonly string $name)
Определения EventCategoryRenameDto.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
$name
Определения menu_edit.php:35