LinkParts
Table of Contents
Properties
-
$collabId
: int
-
$entityId
: int|null
-
$userId
: int
-
$view
: string|null
Methods
-
__construct()
: mixed
$collabId
read-only
public
int
$collabId
$entityId
read-only
public
int|null
$entityId
= null
$userId
read-only
public
int
$userId
$view
read-only
public
string|null
$view
= null
__construct()
public
__construct(int $userId, int $collabId[, int|null $entityId = null ][, string|null $view = null ]) : mixed
Parameters
-
$userId
: int
-
-
$collabId
: int
-
-
$entityId
: int|null
= null
-
-
$view
: string|null
= null
-