andersondanilo/CnabPHP

View on GitHub
src/Cnab/Remessa/Cnab240/SegmentoR.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
<?php

namespace Cnab\Remessa\Cnab240;

class SegmentoR extends \Cnab\Format\Linha
{
    public function __construct(\Cnab\Remessa\IArquivo $arquivo)
    {
        $yamlLoad = new \Cnab\Format\YamlLoad($arquivo->codigo_banco, $arquivo->layoutVersao);
        $yamlLoad->load($this, 'cnab240', 'remessa/detalhe_segmento_r');
    }
}