Tale\Jade\Renderer::getLexer PHP Méthode

getLexer() public méthode

Returns the lexer used in this renderer instance.
public getLexer ( ) : Lexer
Résultat Lexer
    public function getLexer()
    {
        return $this->lexer;
    }