You are here

public function Word::__construct in Forena Reports 8

File

src/FrxPlugin/Document/Word.php, line 22
Word.inc Word document exporter. @author davidmetzler

Class

Word
Provides Microsoft Word

Namespace

Drupal\forena\FrxPlugin\Document

Code

public function __construct() {
  $this->content_type = 'application/msword';
}