Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab400\Banco\Bb::processarTrailer PHP Method

processarTrailer() protected method

protected processarTrailer ( array $trailer )
$trailer array
    protected function processarTrailer(array $trailer)
    {
        $this->getTrailer()->setValorTitulos(Util::nFloat($this->rem(26, 39, $trailer) / 100, 2, false))->setQuantidadeTitulos((int) $this->rem(18, 25, $trailer))->setQuantidadeErros((int) $this->totais['erros'])->setQuantidadeEntradas((int) $this->totais['entradas'])->setQuantidadeLiquidados((int) $this->totais['liquidados'])->setQuantidadeBaixados((int) $this->totais['baixados'])->setQuantidadeAlterados((int) $this->totais['alterados']);
        return true;
    }