Date
class Date extends Model (View source)
Properties
| int | $day | ||
| int | $month | ||
| int | $year | 
Methods
                    setDay($day)
        
                                            
                
            No description
                    int
                
                
                    getDay()
        
                                            
                
            No description
                    setMonth($month)
        
                                            
                
            No description
                    int
                
                
                    getMonth()
        
                                            
                
            No description
                    setYear($year)
        
                                            
                
            No description
                    int
                
                
                    getYear()
        
                                            
                
            No description
Details
        
                            
    setDay($day)
        
    
    No description
        
                            int
    getDay()
        
    
    No description
        
                            
    setMonth($month)
        
    
    No description
        
                            int
    getMonth()
        
    
    No description
        
                            
    setYear($year)
        
    
    No description
        
                            int
    getYear()
        
    
    No description