| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | final class MonsterInsights_Lite_Report_Realtime extends MonsterInsights_Report { |
||
| 8 | |||
| 9 | public $title; |
||
| 10 | public $class = 'MonsterInsights_Lite_Report_Realtime'; |
||
| 11 | public $name = 'queries'; |
||
| 12 | public $version = '1.0.0'; |
||
| 13 | public $level = 'plus'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Primary class constructor. |
||
| 17 | * |
||
| 18 | * @access public |
||
| 19 | * @since 6.0.0 |
||
| 20 | */ |
||
| 21 | public function __construct() { |
||
| 24 | } |
||
| 25 | |||
| 26 | protected function get_report_html( $data = array() ){ |
||
| 30 |