Example #1
0
 public function toArray()
 {
     $ret = parent::toArray();
     if ($this->_trlRow) {
         $ret = array_merge(parent::toArray(), $this->_trlRow->toArray());
     }
     return $ret;
 }
Example #2
0
 public function toArray()
 {
     $this->_loadRow();
     return parent::toArray();
 }