42 $this->flow =
array();
43 $this->material =
array();
44 $this->material_ref =
array();
45 $this->response =
array();
58 public function addFlow($a_flow, $a_index)
60 $this->flow[$a_index] = $a_flow;
65 $this->material[$a_index] = $a_material;
70 $this->material_ref[$a_index] = $a_material_ref;
75 $this->response[$a_index] = $a_response;
addFlow($a_flow, $a_index)
addMaterial($a_material, $a_index)
Create styles array
The data for the language used.
addMaterial_ref($a_material_ref, $a_index)
addResponse($a_response, $a_index)