. * --------------------------------------------------------------------- */ class RuleDictionnaryDropdown extends Rule { // From Rule public $can_sort = true; static $rightname = 'rule_dictionnary_dropdown'; /** * @see Rule::maxActionsCount() **/ function maxActionsCount() { return 1; } }