11 public $isCustomfield;
25 function __construct($isCustomfield, $field, $operator, $value, $type =
"string")
27 $this->isCustomfield = $isCustomfield;
28 $this->field = $field;
29 $this->
operator = $operator;
30 $this->value = $value;
42 return "Rule [isCustomfield=" . ($this->isCustomfield) ?
"true" :
"false" .
", field=" . $this->field .
", operator=" . $this->
operator .
", value=" . $this->value .
" (type = " . $this->type .
")";