Gateway
Gateway.php
:
26
Interface
Methods¶
addInvitation()
¶
Gateway.php
:
31
|
|
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
:
53
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$filter | InvitationFilter|null | null | - |
Return values
array<string|int, mixed>
getInvitation()
¶
Gateway.php
:
44
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
Return values
array<string, mixed>
getInvitationByEmail()
¶
Gateway.php
:
48
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
invitationExistsForEmail()
¶
Gateway.php
:
46
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
string | - | - |
Return values
bool
updateInvitation()
¶
Gateway.php
:
55
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$hash | string | - | - |
$updateStruct | InvitationUpdateStruct | - | - |