Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::renderHTML PHP Method

renderHTML() public method

Render HTML
public renderHTML ( ) : string
return string
    public function renderHTML()
    {
        $html = new Html($this->toArray());
        return $html->gerarBoleto();
    }

Same methods

AbstractBoleto::renderHTML ( boolean $print = false ) : string