You are here

private property TokenReplacerBase::$formatter in Forena Reports 7.5

Same name and namespace in other branches
  1. 8 src/Token/TokenReplacerBase.php \Drupal\forena\Token\TokenReplacerBase::formatter

File

src/Token/TokenReplacerBase.php, line 16
FrXSytnaxEngine defines how regular expression procesing/token substitution takes place. It includes support for passing in a formatter oobject that will escape strings properly before substituting them.

Class

TokenReplacerBase

Namespace

Drupal\forena\Token

Code

private $formatter;