24define(
"RESPONSEVAR_EQUAL",
"1");
25define(
"RESPONSEVAR_LT",
"2");
26define(
"RESPONSEVAR_LTE",
"3");
27define(
"RESPONSEVAR_GT",
"4");
28define(
"RESPONSEVAR_GTE",
"5");
29define(
"RESPONSEVAR_SUBSET",
"6");
30define(
"RESPONSEVAR_INSIDE",
"7");
31define(
"RESPONSEVAR_SUBSTRING",
"8");
33define(
"CASE_YES",
"1");
34define(
"CASE_NO",
"2");
36define(
"SETMATCH_PARTIAL",
"1");
37define(
"SETMATCH_EXACT",
"2");
39define(
"AREATYPE_ELLIPSE",
"1");
40define(
"AREATYPE_RECTANGLE",
"2");
41define(
"AREATYPE_BOUNDED",
"3");
68 $this->vartype = $a_vartype;
78 switch (strtolower($a_case)) {
97 $this->respident = $a_respident;
107 $this->index = $a_index;
117 switch (strtolower($a_setmatch)) {
136 switch (strtolower($a_areatype)) {
159 $this->content = $a_content;
An exception for terminatinating execution or to throw for unit testing.
setRespident($a_respident)