Skip to content
Snippets Groups Projects
Commit def0ba0c authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

debug

parent 4904ca8b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
class Client extends Personne
{
private $numTel;
protected $numTel;
public function numTel()
{
......
......@@ -2,9 +2,9 @@
class Personne extends Objet
{
private $id;
private $nom;
private $prenom;
protected $id;
protected $nom;
protected $prenom;
public function id()
{
......
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