You are here

public function DocManager::getDocumentType in Forena Reports 8

Return value

string Document type of current document.

1 call to DocManager::getDocumentType()
DocManager::setFilename in src/DocManager.php

File

src/DocManager.php, line 71

Class

DocManager
Implements \Drupal\forena\DocManager @package Drupal\forena

Namespace

Drupal\forena

Code

public function getDocumentType() {
  return $this->type;
}