private function extractDescFieldSOAPDatas(Project_CustomDescription_CustomDescription $desc_field)
 {
     $field_datas = array();
     $field_datas['id'] = $desc_field->getId();
     $field_datas['name'] = $desc_field->getName();
     $field_datas['is_mandatory'] = $desc_field->isRequired();
     return $field_datas;
 }
 public function getFormName()
 {
     return $this->form_prefix . $this->custom_description->getId();
 }