Skip to content
Snippets Groups Projects
Commit fb301fb6 authored by goujonpa's avatar goujonpa
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 98c1390c 94037936
No related branches found
No related tags found
No related merge requests found
......@@ -105,4 +105,8 @@ class Facture extends Objet
{
$this->prix_total = $prix_total;
}
public function str() {
return $this->animal." ".$this->date_edition." ".$this->prix_total;
}
}
\ No newline at end of file
......@@ -76,4 +76,8 @@ class Ordonnance extends Objet
{
$this->prix = $prix;
}
public function str() {
return $this->animal." ".$this->date;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment