Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

No changes between revisions

Ignore whitespace Rev 914 → Rev 915

/trunk/services/modules/0.1/Projets.php
296,8 → 296,7
// $reflector = new ReflectionClass($classe);
// printf("===> Projets init classe '%s' depuis '%s', mais provenant de '%s'\n", $classe, $chemin, $reflector->getFileName());
$ressourcesPourService = $this->filtrerRessourcesPourService();
$this->cache = new CacheEflore($service, $this->projetNom, $this->serviceNom, Config::get('cache'));
return $this->cache->consulter($ressourcesPourService, $this->parametres, $this->getBdd());
return $service->consulter($ressourcesPourService, $this->parametres);
}
}
if (is_null($service)) {
/trunk/services/bibliotheque/CacheEflore.php
File deleted
\ No newline at end of file