1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
4 * Report options class for availability reports
6 class Avail_options
extends Report_options
{
7 public static $type = 'avail';
9 public function setup_properties() {
10 parent
::setup_properties();
11 $this->properties
['include_pie_charts'] = array(
14 'description' => 'Include pie charts'
16 $this->properties
['include_trends'] = array(
19 'description' => 'Include trends graph'
21 $this->properties
['include_trends_scaling'] = array(
24 'description' => 'Scale up active sections of the trends graph'
26 $this->properties
['collapse_green_trends'] = array(
29 'description' => 'Hide trend graphs that are 100% green'
31 if(ninja
::has_module('synergy')) {
32 $this->properties
['include_synergy_events'] = array(
35 'description' => 'Include BSM events'