You are here

public function AjaxCommandBase::__construct in Forena Reports 7.4

AjaxCommandBase constructor.

Parameters

\FrxSyntaxEngine $replacer: Token replacer

File

AjaxCommand/AjaxCommandBase.php, line 23

Class

AjaxCommandBase

Namespace

Drupal\forena\FrxPlugin\AjaxCommand

Code

public function __construct($replacer) {
  $this->replacer = $replacer;
}