Gateway
Gateway.php
:
13
Methods¶
addInvitation() ¶
Gateway.php
:
28
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - | |
$siteAccessName | string | - | - |
$hash | string | - | - |
$roleId | int|null | null | - |
$userGroupId | int|null | null | - |
$limitation | string|null | null | - |
$limitationValue | string|null | null | - |
Return values
array<string|int, mixed>
findInvitations() ¶
Gateway.php
:
57
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$filter | InvitationFilter|null | null | - |
Return values
array<string|int, mixed>
getInvitation() ¶
Gateway.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
getInvitationByEmail() ¶
Gateway.php
:
42
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
invitationExistsForEmail() ¶
Gateway.php
:
40
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
Return values
bool
updateInvitation() ¶
Gateway.php
:
59
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
$updateStruct | InvitationUpdateStruct | - | - |