Exemplo n.º 1
0
 public function toArray($iso = null)
 {
     $array = $this->_extraRow->toArray($iso);
     $array['price'] = $this->getPrice();
     $array['value'] = $this->getValue();
     $array['tax'] = $this->getTax();
     return $array;
 }