compileDebug() final public méthode

Compiles the expression tree into debug code.
final public compileDebug ( ) : string
Résultat string
Exemple #1
0
 protected function unsupported(O\Expression $expression, $message, array $formatValues = [])
 {
     return new TypeException('Type %s does not support expression \'%s\': %s', $this->identifier, $expression->compileDebug(), vsprintf($message, $formatValues));
 }