24 define (
"VARTYPE_INTEGER",
"1");
25 define (
"VARTYPE_STRING",
"2");
26 define (
"VARTYPE_DECIMAL",
"3");
27 define (
"VARTYPE_SCIENTIFIC",
"4");
28 define (
"VARTYPE_BOOLEAN",
"5");
29 define (
"VARTYPE_ENUMERATED",
"6");
30 define (
"VARTYPE_SET",
"7");
54 $this->interpretvar = array();
59 $this->varname = $a_varname;
69 switch (strtolower($a_vartype))
109 $this->defaultval = $a_defaultval;
119 $this->minvalue = $a_minvalue;
129 $this->maxvalue = $a_maxvalue;
139 $this->members = $a_members;
149 $this->cutvalue = $a_cutvalue;
159 $this->content = $a_content;
169 array_push($this->interpretvar, $a_interpretvar);