Skip to content
Snippets Groups Projects
Commit d2998e4f authored by cortylal's avatar cortylal
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents da9f62f2 0e3b2aad
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ class Objet
{
$ret = array();
foreach(array_keys(get_object_vars($this)) as $keyName) {
if($keyName == "primaryAttr") { continue; }
$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