You are here

public function DocumentBase::getAjaxCommands in Forena Reports 8

Return value

array Array of ajax commands that are built.

File

src/FrxPlugin/Document/DocumentBase.php, line 143
DocumentBase.inc Given a report, render the appropriate output given the document format. @author davidmetzler

Class

DocumentBase

Namespace

Drupal\forena\FrxPlugin\Document

Code

public function getAjaxCommands() {
  return $this->commands;
}