47 $this->response = array();
48 $this->material = array();
49 $this->order = array();
54 $this->label = $a_label;
64 $this->xmllang = $a_xmllang;
94 $this->width = $a_width;
104 $this->height = $a_height;
114 $count = array_push($this->material, $a_material);
115 array_push($this->order, array(
"type" =>
"material",
"index" => $count-1));
120 $count = array_push($this->response, $a_response);
121 array_push($this->order, array(
"type" =>
"response",
"index" => $count-1));