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;
/branches/v0.3-aleaume/framework/RestService.php
29,7 → 29,8
private $RestClient = null;
public function __construct($config) {
$this->config = $config;
$this->config = $config;
$this->bdd = new Bdd();
}
/**