示例#1
0
 public function getCsv($filename = '')
 {
     $this->_beforeExport();
     return parent::getCsv($filename);
 }