Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 361 → Rev 362

/trunk/framework/RestService.php
23,7 → 23,7
* @deprecated Utiliser la methode getBdd().
* @see getBdd()
*/
protected $bdd = null;
private $bdd = null;
/** Objet Rest Client. */
private $RestClient = null;