Eduardokum\LaravelBoleto\Boleto\Render\Pdf::codigoBarras PHP Method

codigoBarras() protected method

protected codigoBarras ( $i )
$i
    protected function codigoBarras($i)
    {
        $this->Ln(2);
        $this->Cell(0, 15, '', 0, 1, 'L');
        $this->i25($this->GetX(), $this->GetY() - 15, $this->boleto[$i]->getCodigoBarras(), 0.8, 15);
    }

Same methods

Pdf::codigoBarras ( integer $i )