Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1926 Rev 1927
Line 32... Line 32...
32
	// si l'espèce passée a le motif <ref>:(nt|nn):<num>, eg: isfan:nt:1591
32
	// si l'espèce passée a le motif <ref>:(nt|nn):<num>, eg: isfan:nt:1591
33
	public $is_notation_spe = FALSE;
33
	public $is_notation_spe = FALSE;
Line 34... Line 34...
34
 
34
 
35
	public function RechercheInfosTaxonBeta($config, $code_referentiel = 'bdtfx') {
35
	public function RechercheInfosTaxonBeta($config, $code_referentiel = 'bdtfx') {
-
 
36
		parent::__construct($config);
-
 
37
        $this->setReferentiel($code_referentiel);
-
 
38
    }
-
 
39
 
36
		parent::__construct($config);
40
    public function setReferentiel($code_referentiel = 'bdtfx') {
37
		$this->code_referentiel = $code_referentiel;
41
		$this->code_referentiel = $code_referentiel;
38
		$this->formaterUrlsServices($config);
42
		$this->formaterUrlsServices($this->config);
Line 39... Line 43...
39
	}
43
	}
40
	
44
	
41
	private function formaterUrlsServices($config) {
45
	private function formaterUrlsServices($config) {