Esempio n. 1
0
 /**
  * Get a nested associative array representation of the linked model.
  *
  * @return array A (nested) array representation of the linked model.
  */
 public function toArray()
 {
     return array_merge($this->_model->toArray(), parent::toArray());
 }