public function AjaxCommandBase::__construct in Forena Reports 7.4
AjaxCommandBase constructor.
Parameters
\FrxSyntaxEngine $replacer: Token replacer
File
- AjaxCommand/
AjaxCommandBase.php, line 23
Class
Namespace
Drupal\forena\FrxPlugin\AjaxCommandCode
public function __construct($replacer) {
$this->replacer = $replacer;
}