프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$codigoBanco | string | Código do banco | |
$file | array | Arquivo transformado em array por linha. | |
$totais | array | Helper de totais. |
메소드 | 설명 | |
---|---|---|
__construct ( String $file ) | ||
count ( ) | ||
current ( ) | ||
getBancoNome ( ) : mixed | ||
getCodigoBanco ( ) : string | Retorna o código do banco | |
getDetalhe ( $i ) : |
||
getDetalhes ( ) : Illuminate\Database\Eloquent\Collection | ||
getHeader ( ) : |
||
getTrailer ( ) : |
||
key ( ) | ||
next ( ) | ||
processar ( ) | Processa o arquivo | |
rewind ( ) | ||
seek ( $position ) | ||
toArray ( ) : array | Retorna o array. | |
valid ( ) |
메소드 | 설명 | |
---|---|---|
detalheAtual ( ) : |
Retorna o detalhe atual. | |
incrementDetalhe ( ) | Incrementa o detalhe. | |
processarDetalhe ( array $detalhe ) : boolean | ||
processarHeader ( array $header ) : boolean | ||
processarTrailer ( array $trailer ) : boolean | ||
rem ( $i, $f, &$array ) : string | Remove trecho do array. |
public getDetalhes ( ) : Illuminate\Database\Eloquent\Collection | ||
리턴 | Illuminate\Database\Eloquent\Collection |
abstract protected processarDetalhe ( array $detalhe ) : boolean | ||
$detalhe | array | |
리턴 | boolean |
abstract protected processarHeader ( array $header ) : boolean | ||
$header | array | |
리턴 | boolean |
abstract protected processarTrailer ( array $trailer ) : boolean | ||
$trailer | array | |
리턴 | boolean |