PHP Class Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab240\Banco\Santander

Inheritance: extends Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab240\AbstractRetorno, implements Eduardokum\LaravelBoleto\Contracts\Cnab\RetornoCnab240
Show file Open project: eduardokum/laravel-boleto Class Usage Examples

Protected Properties

Property Type Description
$codigoBanco string Código do banco

Protected Methods

Method Description
init ( ) Roda antes dos metodos de processar
processarDetalhe ( array $detalhe ) : boolean
processarHeader ( array $header ) : boolean
processarHeaderLote ( array $headerLote ) : boolean
processarTrailer ( array $trailer ) : boolean
processarTrailerArquivo ( array $trailer ) : boolean
processarTrailerLote ( array $trailer ) : boolean

Method Details

init() protected method

Roda antes dos metodos de processar
protected init ( )

processarDetalhe() protected method

protected processarDetalhe ( array $detalhe ) : boolean
$detalhe array
return boolean

processarHeader() protected method

protected processarHeader ( array $header ) : boolean
$header array
return boolean

processarHeaderLote() protected method

protected processarHeaderLote ( array $headerLote ) : boolean
$headerLote array
return boolean

processarTrailer() protected method

protected processarTrailer ( array $trailer ) : boolean
$trailer array
return boolean

processarTrailerArquivo() protected method

protected processarTrailerArquivo ( array $trailer ) : boolean
$trailer array
return boolean

processarTrailerLote() protected method

protected processarTrailerLote ( array $trailer ) : boolean
$trailer array
return boolean

Property Details

$codigoBanco protected property

Código do banco
protected string $codigoBanco
return string