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

test

parent d2353004
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class Objet
public static function getAll()
{
// TODO return list of objects Client
echo get_called_class();
return Array();
}
}
\ No newline at end of file
<?php
class Personne
class Personne extends Objet
{
private $id;
private $nom;
......
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