InviteLinkGenerator
Table of Contents
Methods
-
__construct()
: mixed
-
createByCollabId()
: self|null
-
createByDepartmentsIds()
: self|null
-
createByPayload()
: self|null
-
getCollabLink()
: string
-
getShortCollabLink()
: string
__construct()
public
__construct(AttachJwtTokenToUrlCommand $jwtTokenUrlService) : mixed
Parameters
-
$jwtTokenUrlService
: AttachJwtTokenToUrlCommand
-
createByCollabId()
public
static createByCollabId(int $collabId) : self|null
Parameters
-
$collabId
: int
-
createByDepartmentsIds()
public
static createByDepartmentsIds(array<string|int, mixed> $departmentsIds) : self|null
Parameters
-
$departmentsIds
: array<string|int, mixed>
-
createByPayload()
public
static createByPayload(array<string|int, mixed> $payload) : self|null
Parameters
-
$payload
: array<string|int, mixed>
-
getCollabLink()
public
getCollabLink() : string
getShortCollabLink()
public
getShortCollabLink() : string