Exemple #1
0
 public function toArray()
 {
     $arr = parent::toArray();
     $arr['EavField'] = $arr['Field'];
     return $arr;
 }