. -------------------------------------------------------------------------- */ // ---------------------------------------------------------------------- // Original Author of file: Walid Nouh // Purpose of file: // ---------------------------------------------------------------------- if (!defined('GLPI_ROOT')) { die("Sorry. You can't access directly to this file"); } class PluginExampleRuleTestCollection extends RuleCollection { // From RuleCollection public $stop_on_first_match = true; static public $right = 'rule_import'; public $menu_option = 'test'; function getTitle() { return 'Rulesengine test'; } }