Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 975 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 975 Rev 994
Line 188... Line 188...
188
	}
188
	}
Line 189... Line 189...
189
 
189
 
190
	public function traiterRessources() {
190
	public function traiterRessources() {
191
		if (isset($this->ressources) && count($this->ressources) > 0) {
191
		if (isset($this->ressources) && count($this->ressources) > 0) {
192
			if ($this->ressources[0] == 'relations') {
192
			if ($this->ressources[0] == 'relations') {
193
				$this->traiterRessourceRelations();
193
				$this->traiterRessourceIdRelations();
194
			} elseif ($this->estUnIdentifiant()) { //l'identifiant peut etre de type /#id ou /nt:#id
194
			} elseif ($this->estUnIdentifiant()) { //l'identifiant peut etre de type /#id ou /nt:#id
195
				$this->traiterRessourcesIdentifiant(); // dans le service noms ou taxons
195
				$this->traiterRessourcesIdentifiant(); // dans le service noms ou taxons
196
			} elseif ($this->ressources[0] == 'stats') { //ressource = noms/stats
196
			} elseif ($this->ressources[0] == 'stats') { //ressource = noms/stats
197
				$this->traiterRessourcesStats();
197
				$this->traiterRessourcesStats();