예제 #1
0
 /**
  * Processes the table for export
  * @return null
  */
 protected function processExport()
 {
     parent::processExport();
     $this->values = $this->query->query();
 }