1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
LinkParts.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Link;
6
8{
9 public function __construct(
10 public readonly int $userId,
11 public readonly int $collabId,
12 public readonly ?int $entityId = null,
13 public readonly ?string $view = null
14 )
15 {
16
17 }
18
19}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
$entityId
Определения payment.php:4