示例#1
0
    public function API_Remises_Lister($id_composition=null, $valeur=null, $intitule=null)

    {
        
        if(!$this->peutVoirCommande($id_commande))
            throw new ErrorException('vous ne pouvez pas voir la commande');
        
        
        return $this->bdd->Remises_Lister($id_composition, $valeur, $intitule);
    }