1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
UpdateGroupDto.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Notification\Group\UserGroup\Dto;
4
5use Bitrix\Main\Validation\Rule\Length;
6use Bitrix\Main\Validation\Rule\PositiveNumber;
7
9{
10 public function __construct(
11 #[Length(min: 1, max: 255)]
12 public readonly string $title,
14 public readonly int $groupId,
15 ) {}
16}
__construct(#[Length(min:1, max:255)] public readonly string $title, #[PositiveNumber] public readonly int $groupId,)
Определения UpdateGroupDto.php:10
$title
Определения pdf.php:123