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