Documentation

OpenBankContainer
in package

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

Properties

Methods

__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

getTransacoes()

public getTransacoes() : array<string|int, mixed>
Return values
array<string|int, mixed>

buildOfx()

protected buildOfx(mixed $data) : string
Parameters
$data : mixed
Return values
string

        
On this page

Search results