1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AddConditionDto.php
См. документацию.
1<?php
2
4
7
9{
10 public function __construct(
11 #[Length(min: 1, max: 255)]
12 public string $module,
13 #[Length(min: 1, max: 255)]
14 public string $event,
15 #[NotEmpty]
16 public int $userId,
17 ) {}
18}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
__construct(#[Length(min:1, max:255)] public string $module, #[Length(min:1, max:255)] public string $event, #[NotEmpty] public int $userId,)
Определения AddConditionDto.php:10
$event
Определения prolog_after.php:141