OpenBankContainer
Table of Contents
Properties
-
$agencia
: string
-
$cod_banco
: string
-
$conta
: string
-
$debug
: mixed
-
$nome_banco
: string
-
$raw_data
: array<string|int, mixed>
-
$saldo
: string
-
$transacoes
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getData()
: mixed
-
getOfx()
: string
-
getSaldo()
: string
-
getTransacoes()
: array<string|int, mixed>
-
buildOfx()
: string
$agencia
protected
string
$agencia
$cod_banco
protected
string
$cod_banco
$conta
protected
string
$conta
$debug
protected
mixed
$debug
$nome_banco
protected
string
$nome_banco
$raw_data
protected
array<string|int, mixed>
$raw_data
$saldo
protected
string
$saldo
$transacoes
protected
array<string|int, mixed>
$transacoes
__construct()
public
__construct(mixed $data[, mixed $debug = false ]) : mixed
Parameters
-
$data
: mixed
-
-
$debug
: mixed
= false
-
getData()
public
getData([mixed $key = null ]) : mixed
Parameters
-
$key
: mixed
= null
-
getOfx()
public
getOfx() : string
getSaldo()
public
getSaldo() : string
getTransacoes()
public
getTransacoes() : array<string|int, mixed>
Return values
array<string|int, mixed>
buildOfx()
protected
buildOfx(mixed $data) : string
Parameters
-
$data
: mixed
-