Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 473 Rev 501
Line 150... Line 150...
150
	
150
	
Line 151... Line 151...
151
	//+----- ressources -----+
151
	//+----- ressources -----+
152
	
-
 
-
 
152
	
153
	
153
	
154
	public function traiterRessources() {
154
	public function traiterRessources() {
-
 
155
		if(isset($this->ressources)) {
-
 
156
			$this->traiterTypeGraphique();
-
 
157
			$this->traiterReferentielEtNum();
-
 
158
		} else {
155
	
159
			$e = 'Erreur dans l\'url de votre requĂȘte : </br> ressources insuffisantes.';
Line 156... Line 160...
156
		$this->traiterReferentielEtNum();
160
			throw new Exception( $e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
157
		$this->traiterTypeGraphique();
161
		}