1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
InviteLinkDto.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Controller\Dto;
6
7use Bitrix\Main\Validation\Rule\PositiveNumber;
8
10{
11 public function __construct(
13 public readonly ?int $collabId = null,
14 )
15 {
16 }
17}