public function EmailMerge::header in Forena Reports 8
Default implementation to put in content type based headers.
Overrides DocumentBase::header
File
- src/
FrxPlugin/ Document/ EmailMerge.php, line 27
Class
- EmailMerge
- Provides MS Excel Exports
Namespace
Drupal\forena\FrxPlugin\DocumentCode
public function header() {
$this->write_buffer = '';
}