Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 500 → Rev 501

/trunk/services/modules/0.1/baseflor/CommunGraphiques.php
152,9 → 152,13
public function traiterRessources() {
$this->traiterReferentielEtNum();
$this->traiterTypeGraphique();
if(isset($this->ressources)) {
$this->traiterTypeGraphique();
$this->traiterReferentielEtNum();
} else {
$e = 'Erreur dans l\'url de votre requĂȘte : </br> ressources insuffisantes.';
throw new Exception( $e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
}
abstract function traiterReferentielEtNum();