Moodle site analysable.  
 More...
|  | 
| const | MAX_TIME = PHP_INT_MAX < 9999999999 ? PHP_MAX_INT : 9999999999 | 
|  | Max timestamp. 
 | 
|  | 
Moodle site analysable. 
- Copyright
- 2016 David Monllao  
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ get_context()
      
        
          | core_analytics\site::get_context | ( |  | ) |  | 
      
 
 
◆ get_end()
      
        
          | core_analytics\site::get_end | ( |  | ) |  | 
      
 
 
◆ get_id()
      
        
          | core_analytics\site::get_id | ( |  | ) |  | 
      
 
 
◆ get_name()
      
        
          | core_analytics\site::get_name | ( |  | ) |  | 
      
 
 
◆ get_start()
      
        
          | core_analytics\site::get_start | ( |  | ) |  | 
      
 
 
◆ MAX_TIME
  
  | 
        
          | const core_analytics\analysable::MAX_TIME = PHP_INT_MAX < 9999999999 ? PHP_MAX_INT : 9999999999 |  | inherited | 
 
Max timestamp. 
We are limited by both PHP's max int value and DB (cross-db) max int allowed. Use the smallest one. 
 
 
The documentation for this class was generated from the following file:
- analytics/classes/site.php