Home
last modified time | relevance | path

Searched refs:STRICT_CALLABLE (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php215 const STRICT_CALLABLE = 'protected $strictCallables = true;'; define in Mustache_Compiler
232 $callable = $this->strictCallables ? $this->prepare(self::STRICT_CALLABLE) : '';