Esempio n. 1
0
 public function toArray()
 {
     $rArr = parent::toArray();
     $rArr['choices'] = $this->choices;
     return $rArr;
 }