Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 163 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 163 Rev 207
Line 1... Line 1...
1
<?php
1
<?php
2
class NomCompoDecorateur extends NomDecorateur {
2
class NomCompoDecorateur extends NomDecorateur {
Line 3... Line 3...
3
	
3
 
-
 
4
	private $nomDecorateur;
-
 
5
	protected $correspondances = array(
-
 
6
		'nom_sci.*' => 'Compo',
-
 
7
		'nom_sci.supra_generique', 'SupraGenre',
-
 
8
		'nom_sci.genre' => 'Genre',
-
 
9
		'nom_sci.infra_generique' => 'InfraGenre',
-
 
10
		'nom_sci.sp' => 'Sp',
-
 
11
		'nom_sci.type_epithete' => 'TypeInfraSp',
-
 
12
		'nom_sci.infra_sp' => 'InfraSp',
-
 
13
		'nom_sci.cultivar_groupe' => 'CultivarGroupe',
-
 
14
		'nom_sci.cultivar' => 'Cultivar',
Line 4... Line 15...
4
	private $nomDecorateur;
15
		'nom_sci.nom_commercial' => 'NomCommercial');
5
	
16
 
6
	public function __construct(NomDecorateur $nomDecorateur) {
17
	public function __construct(NomDecorateur $nomDecorateur) {