Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1248 → Rev 1249

/trunk/services/bibliotheque/Conteneur.php
134,6 → 134,13
return $entete;
}
public function getRestClient() {
if (!isset($this->restClient)) {
$this->restClient = new RestClient();
}
return $this->restClient;
}
/**
* Récupérer l'objet Masque
* */