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

debug

parent 4904ca8b
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
class Client extends Personne class Client extends Personne
{ {
private $numTel; protected $numTel;
public function numTel() public function numTel()
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
class Personne extends Objet class Personne extends Objet
{ {
private $id; protected $id;
private $nom; protected $nom;
private $prenom; protected $prenom;
public function id() public function id()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment