Exemplo n.º 1
0
 public function render(Varien_Object $row)
 {
     return $row->getShipFirstname() . " " . $row->getShipLastname();
 }