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

Ajout de la classe field

parent 9763bca0
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class Objet
{
$ret = array();
foreach(array_keys(get_object_vars($this)) as $keyName) {
$ret[] = new Field($keyName);
$ret[] = new Field($keyName, $this->$keyName);
}
return $ret;
}
......
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