1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 * Availability reports controller
5 class Avail_Controller
extends Reports_Controller
7 public $type = 'avail';
9 * Translated helptexts for this controller
11 public static function _helptexts($id)
14 'status_to_display' => _('Checking a state here causes it to be hidden from the report. You might find that hiding e.g. all states except critical creates a clearer report.'),
16 if (array_key_exists($id, $helptexts))
19 parent
::_helptexts($id);