Properties¶
                
        $createdAt
            ¶
    
        
        AbstractParticipant.php
                :
        19
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $id
            ¶
    
        
        AbstractParticipant.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $scope
            ¶
    
        
        AbstractParticipant.php
                :
        17
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $token
            ¶
    
        
        AbstractParticipant.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $updatedAt
            ¶
    
        
        AbstractParticipant.php
                :
        21
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        AbstractParticipant.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
| $scope | string | - | - | 
| $createdAt | DateTimeInterface | - | - | 
| $updatedAt | DateTimeInterface | - | - | 
| $token | string|null | null | - | 
                
getCreatedAt()
            ¶
    
        
        AbstractParticipant.php
                :
        49
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
DateTimeInterface
                
getId()
            ¶
    
        
        AbstractParticipant.php
                :
        39
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getScope()
            ¶
    
        
        AbstractParticipant.php
                :
        44
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getToken()
            ¶
    
        
        AbstractParticipant.php
                :
        59
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string|null
                
getUpdatedAt()
            ¶
    
        
        AbstractParticipant.php
                :
        54
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
DateTimeInterface