public function DocumentBase::flush in Forena Reports 8
Write the output to disk.
Return value
mixed
Overrides DocumentInterface::flush
9 methods override DocumentBase::flush()
- CSV::flush in src/
FrxPlugin/ Document/ CSV.php - Write the output to disk.
- DocRaptorPDF::flush in forena_pdf/
src/ FrxPlugin/ Document/ DocRaptorPDF.php - Write the output to disk.
- Drupal::flush in src/
FrxPlugin/ Document/ Drupal.php - EmailMerge::flush in src/
FrxPlugin/ Document/ EmailMerge.php - Write the output to disk.
- Excel::flush in src/
FrxPlugin/ Document/ Excel.php - Write the output to disk.
File
- src/
FrxPlugin/ Document/ DocumentBase.php, line 79 - DocumentBase.inc Given a report, render the appropriate output given the document format. @author davidmetzler
Class
Namespace
Drupal\forena\FrxPlugin\DocumentCode
public function flush() {
return $this->write_buffer;
}