1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ConditionDto.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Notification\Group\UserGroup\Dto;
4
5use Bitrix\Main\Validation\Rule\Length;
6use Bitrix\Main\Validation\Rule\NotEmpty;
7
9{
10 public function __construct(
11 #[Length(min: 1, max: 255)]
12 public readonly string $module,
13 #[Length(min: 1, max: 255)]
14 public readonly string $event,
15 #[NotEmpty]
16 public readonly int $userId,
17 #[NotEmpty]
18 public readonly int $groupId,
19 ) {}
20}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(#[Length(min:1, max:255)] public readonly string $module, #[Length(min:1, max:255)] public readonly string $event, #[NotEmpty] public readonly int $userId, #[NotEmpty] public readonly int $groupId,)
Определения ConditionDto.php:10
$event
Определения prolog_after.php:141