Example #1
0
 public function __toArray($anticipated_rows = null)
 {
     $array = parent::__toArray($anticipated_rows);
     $array['Application'] = $this->get_application()->__toArray();
     return $array;
 }