Handler
Handler.php
:
13
Interface
Methods¶
createInvitation()
¶
Handler.php
:
15
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - | |
$siteAccessName | string | - | - |
$hash | string | - | - |
$roleId | int|null | null | - |
$groupId | int|null | null | - |
$limitation | string|null | null | - |
$limitationValue | string|null | null | - |
Return values
findInvitations()
¶
Handler.php
:
34
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitationsFilter | InvitationFilter|null | null | - |
Return values
array<string|int, Invitation>
getInvitation()
¶
Handler.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
Return values
getInvitationForEmail()
¶
Handler.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
Return values
invitationExistsForEmail()
¶
Handler.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
Return values
bool
markAsUsed()
¶
Handler.php
:
31
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
refreshInvitation()
¶
Handler.php
:
36
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
$newHash | string | - | - |