Tale\Jade\Renderer::getLexer PHP Method

getLexer() public method

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