PHP Class Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab240\Trailer

Inheritance: implements Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab240\Trailer
Show file Open project: eduardokum/laravel-boleto

Public Methods

Method Description
__get ( $name ) Fast get method.
__isset ( string $key ) : boolean Determine if an attribute exists
__set ( $name, $value ) Fast set method.
getNumeroLoteRemessa ( ) : mixed
getQtdLotesArquivo ( ) : mixed
getQtdRegistroArquivo ( ) : mixed
getTipoRegistro ( ) : mixed
setNumeroLoteRemessa ( mixed $numeroLoteRemessa )
setQtdLotesArquivo ( mixed $qtdLotesArquivo )
setQtdRegistroArquivo ( mixed $qtdRegistroArquivo )
setTipoRegistro ( mixed $tipoRegistro )
toArray ( ) : array

Method Details

__get() public method

Fast get method.
public __get ( $name )
$name

__isset() public method

Determine if an attribute exists
public __isset ( string $key ) : boolean
$key string
return boolean

__set() public method

Fast set method.
public __set ( $name, $value )
$name
$value

getNumeroLoteRemessa() public method

public getNumeroLoteRemessa ( ) : mixed
return mixed

getQtdLotesArquivo() public method

public getQtdLotesArquivo ( ) : mixed
return mixed

getQtdRegistroArquivo() public method

public getQtdRegistroArquivo ( ) : mixed
return mixed

getTipoRegistro() public method

public getTipoRegistro ( ) : mixed
return mixed

setNumeroLoteRemessa() public method

public setNumeroLoteRemessa ( mixed $numeroLoteRemessa )
$numeroLoteRemessa mixed

setQtdLotesArquivo() public method

public setQtdLotesArquivo ( mixed $qtdLotesArquivo )
$qtdLotesArquivo mixed

setQtdRegistroArquivo() public method

public setQtdRegistroArquivo ( mixed $qtdRegistroArquivo )
$qtdRegistroArquivo mixed

setTipoRegistro() public method

public setTipoRegistro ( mixed $tipoRegistro )
$tipoRegistro mixed

toArray() public method

public toArray ( ) : array
return array