16 |
"dossier_autorisation_type" => "getDossierAutorisationType", |
"dossier_autorisation_type" => "getDossierAutorisationType", |
17 |
"date_creation" => "getDateEvenement", |
"date_creation" => "getDateEvenement", |
18 |
"groupe_instruction" => 'getGroupeInstruction', |
"groupe_instruction" => 'getGroupeInstruction', |
19 |
|
"type_doc" => 'getTypeDocOrdreCommission', |
20 |
), |
), |
21 |
"om_fichier_commission_compte_rendu" => array( |
"om_fichier_commission_compte_rendu" => array( |
22 |
"dossier" => "getDossier", |
"dossier" => "getDossier", |
27 |
"dossier_autorisation_type" => "getDossierAutorisationType", |
"dossier_autorisation_type" => "getDossierAutorisationType", |
28 |
"date_creation" => "getDateEvenement", |
"date_creation" => "getDateEvenement", |
29 |
"groupe_instruction" => 'getGroupeInstruction', |
"groupe_instruction" => 'getGroupeInstruction', |
30 |
|
"type_doc" => 'getTypeDocCompteRenduCommission', |
31 |
), |
), |
32 |
); |
); |
33 |
|
|
314 |
protected function getGroupeInstruction() { |
protected function getGroupeInstruction() { |
315 |
return "ADS"; |
return "ADS"; |
316 |
} |
} |
317 |
|
/** |
318 |
|
* Récupération du type du document à ajouter aux métadonnées |
319 |
|
* @return string Type de document |
320 |
|
*/ |
321 |
|
protected function getTypeDocOrdreCommission() { |
322 |
|
return "Ordre du jour de commission"; |
323 |
|
} |
324 |
|
/** |
325 |
|
* Récupération du type du document à ajouter aux métadonnées |
326 |
|
* @return string Type de document |
327 |
|
*/ |
328 |
|
protected function getTypeDocCompteRenduCommission() { |
329 |
|
return "Compte-rendu de commission"; |
330 |
|
} |
331 |
|
|
332 |
}// fin classe |
}// fin classe |
333 |
?> |
?> |