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 991
Line 194... Line 194...
194
	}
194
	}
Line 195... Line 195...
195
 
195
 
196
	public function traiterRessources() {
196
	public function traiterRessources() {
197
		if (isset($this->ressources) && count($this->ressources) > 0) {
197
		if (isset($this->ressources) && count($this->ressources) > 0) {
198
			if ($this->ressources[0] == 'relations') {
198
			if ($this->ressources[0] == 'relations') {
199
				$this->traiterRessourceRelations();
199
				$this->traiterRessourceIdRelations();
200
			} elseif ($this->estUnIdentifiant()) { //l'identifiant peut etre de type /#id ou /nt:#id
200
			} elseif ($this->estUnIdentifiant()) { //l'identifiant peut etre de type /#id ou /nt:#id
201
				$this->traiterRessourcesIdentifiant(); // dans le service noms ou taxons
201
				$this->traiterRessourcesIdentifiant(); // dans le service noms ou taxons
202
			} elseif ($this->ressources[0] == 'stats') { //ressource = noms/stats
202
			} elseif ($this->ressources[0] == 'stats') { //ressource = noms/stats
203
				$this->traiterRessourcesStats();
203
				$this->traiterRessourcesStats();