Example #1
0
 /**
  * @return array
  */
 public function toArray()
 {
     return ['field' => $this->field->getId()] + parent::toArray();
 }