. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /// Class SlaLevelAction class SlaLevelAction extends RuleAction { static public $itemtype = 'SlaLevel'; static public $items_id = 'slalevels_id'; public $dohistory = true; /** * Constructor **/ function __construct() { // Override in order not to use glpi_rules table. } function rawSearchOptions() { // RuleAction search options requires value of rules_id field which does not exists here return []; } }