Skip to content
Snippets Groups Projects
Commit 24ea3d1a authored by clement's avatar clement
Browse files

c

parent f77ee0b3
No related branches found
No related tags found
No related merge requests found
......@@ -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