InvitationListInterface
        InvitationListInterface.php
                :
        18
                
    
            Interface
                    
                Extends
                                    IteratorAggregate                            
                List of invitations being result of executing invitation query.
Methods¶
                
getInvitations()
            ¶
    
        
        InvitationListInterface.php
                :
        25
                
    
        Returns the invitations matching query within offset and limit.
| 
                     | 
                
                    
                     | 
            
Return values
array<string|int, InvitationInterface>
                
getTotalCount()
            ¶
    
        
        InvitationListInterface.php
                :
        30
                
    
        Returns the total count of invitations matching query (filtered by permissions).
| 
                     | 
                
                    
                     | 
            
Return values
int