compileDebug() 최종 공개 메소드

Compiles the expression tree into debug code.
final public compileDebug ( ) : string
리턴 string
예제 #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));
 }