Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 361 → Rev 362

/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();
}
/**