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