1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
3 * SLA reports controller
5 class Sla_Controller
extends Reports_Controller
9 * Translated helptexts for this controller
11 public static function _helptexts($id)
14 'status_to_display' => _('Checking a state here causes it to not decrease the SLA. If e.g. warnings are allowed under the SLA conditions that apply, you should hide warning.'),
16 if (array_key_exists($id, $helptexts))
19 parent
::_helptexts($id);