Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::renderHTML PHP 메소드

renderHTML() 공개 메소드

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

Same methods

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