Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 791 → Rev 792

/trunk/services/modules/0.1/Projets.php
65,7 → 65,7
$this->chargerNomDuService(); // défini $this->serviceNom
$this->initialiserProjet(); // autoload defined here
if ($this->avoirRessourceService()) {
$this->classe = self::definirClasseNeeded($this->projetNom, $this->serviceNom);
$this->classe = self::debusquerClasse($this->projetNom, $this->serviceNom);
$retour = $this->initialiserService();
}
}
146,7 → 146,7
> Stop.
> Whatever you are doing is wrong. Backup. Re-evaluate what you are doing and why.
*/
private static function definirClasseNeeded($p, $s) {
private static function debusquerClasse($p, $s) {
if($s != 'ontologies') return NULL;
 
switch($p) {