13 protected $rule_id =
'';
18 protected $rule_value =
'';
26 public function __construct(
string $rule_id,
string $rule_value =
''){
27 $this->rule_id = $rule_id;
28 $this->setRuleValue($rule_value);
36 return $this->rule_id;
44 return $this->rule_value;
52 return [$this->rule_id => $this->rule_value];
61 $this->rule_value = $rule_value;
__construct(string $rule_id, string $rule_value= '')
setRuleValue(string $rule_value)