예제 #1
0
파일: api.php 프로젝트: RomLAURENT/Jar2Fer
 public function API_panier_recuperer()
 {
     if(!$this->peutCommander())
         throw new ErrorException("Vous ne pouvez pas accédé au panier");
     return $this->bdd->Panier_RecupererOuCreer($this->compteConnecte()->id_compte);
 }