24 define (
"PROMPT_BOX",
"1");
25 define (
"PROMPT_DASHLINE",
"2");
26 define (
"PROMPT_ASTERISK",
"3");
27 define (
"PROMPT_UNDERLINE",
"4");
29 define (
"FIBTYPE_STRING",
"1");
30 define (
"FIBTYPE_INTEGER",
"2");
31 define (
"FIBTYPE_DECIMAL",
"3");
32 define (
"FIBTYPE_SCIENTIFIC",
"4");
59 $this->response_labels = array();
60 $this->material = array();
61 $this->encoding =
"UTF-8";
66 switch (strtolower($a_prompt))
94 switch (strtolower($a_fibtype))
122 $this->minnumber = $a_minnumber;
132 $this->maxnumber = $a_maxnumber;
142 array_push($this->response_labels, $a_response_label);
147 array_push($this->material, $a_material);
152 $this->encoding = $a_encoding;
162 $this->rows = $a_rows;
172 $this->maxchars = $a_maxchars;
182 $this->columns = $a_columns;
192 $this->charset = $a_charset;