Searched refs:customEscape (Results 1 – 1 of 1) sorted by relevance
25 private $customEscape; variable in Mustache_Compiler36 * @param bool $customEscape (default: false)43 …public function compile($source, array $tree, $name, $customEscape = false, $charset = 'UTF-8', $s… argument50 $this->customEscape = $customEscape;619 if ($this->customEscape) {