InvitationService
InvitationService.php
:
13
Interface
Methods¶
createInvitation()
¶
InvitationService.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | InvitationCreateStruct | - | - |
Return values
Tags
findInvitations()
¶
InvitationService.php
:
42
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitationsFilter | InvitationFilter|null | null | - |
Return values
array<string|int, Invitation>
Tags
getInvitation()
¶
InvitationService.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
Return values
getInvitationByEmail()
¶
InvitationService.php
:
31
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
Return values
isExpired()
¶
InvitationService.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitation | Invitation | - | - |
Return values
bool
isValid()
¶
InvitationService.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitation | Invitation | - | - |
Return values
bool
markAsUsed()
¶
InvitationService.php
:
33
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitation | Invitation | - | - |
refreshInvitation()
¶
InvitationService.php
:
44
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitation | Invitation | - | - |