1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
LinkParts.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Collab\Link;
6
7
class
LinkParts
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
}
$userId
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения
check_mail.php:18
Bitrix\Socialnetwork\Collab\Link\LinkParts
Определения
LinkParts.php:8
Bitrix\Socialnetwork\Collab\Link\LinkParts\__construct
__construct(public readonly int $userId, public readonly int $collabId, public readonly ?int $entityId=null, public readonly ?string $view=null)
Определения
LinkParts.php:9
$entityId
$entityId
Определения
payment.php:4
bitrix
modules
socialnetwork
lib
Collab
Link
LinkParts.php
Создано системой
1.14.0