IPRange deprecated
class IPRange (View source)
deprecated
Properties
| protected int | $id | Record identifier.  | 
                |
| protected RangeInterface | $ipRange | IP address range.  | 
                |
| protected int | $type | Range type.  | 
                |
| protected DateTime|null | $expires | 
Methods
                    int
                
                
                    getID()
        
                                            
                
            Get the record identifier.
                    RangeInterface
                
                
                    getIpRange()
        
                                            
                
            Get the IP address range.
                    int
                
                
                    getType()
        
                                            
                
            Get the range type.
                    DateTime|null
                
                
                    getExpires()
        
                                            
                
            No description
                    static IPRange
                
                
                    createFromRow(array $row, mixed $dateTimeFormat)
        
                                            
                
            No description
                    static IPRange
                
                
                
            Details
        
                            int
    getID()
        
    
    Get the record identifier.
        
                            RangeInterface
    getIpRange()
        
    
    Get the IP address range.
        
                            int
    getType()
        
    
    Get the range type.
        
                            DateTime|null
    getExpires()
        
    
    No description
        
                static            IPRange
    createFromRow(array $row, mixed $dateTimeFormat)
        
    
    No description
        
                static            IPRange
    createFromEntity(IpAccessControlRange $range)
        
    
    No description