Exemplo n.º 1
0
 private function build_frm_list_elem()
 {
     $this->data["group_dropdown"] = create_group_dropdown_helper($this->data['groupId'], 'groupId');
     $this->data["carrier_dropdown"] = create_carrier_dropdown_helper($this->data['carrierId'], 'carrierId');
 }
 private function build_frm_list_elem()
 {
     $this->data["group_dropdown"] = create_group_dropdown_helper($this->data['groupId'], 'groupId');
     $this->data["trustPackage_dropdown"] = create_trustPackage_dropdown_helper($this->data['trustPackId'], 'trustPackId');
 }