Rev 311 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
class MaClasseMetierDao extends RestClient {
public function getInfo() {
$info = $this->consulter('http://localhost/framework-0.3/exemple/services/0.1/ServiceCacheSimple');
return $info;
}
}
?>