Example #1
0
 public function render(Varien_Object $row)
 {
     $parts = pathinfo($row->getFilePath());
     return $parts['basename'];
 }