Payment_DTA
[ class tree: Payment_DTA ] [ index: Payment_DTA ] [ all elements ]

Element index for package Payment_DTA

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ k ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file DTAZV.php, method DTAZV::__construct()
    Constructor.
__construct
in file DTABase.php, method DTABase::__construct()
    Constructor.
__construct
in file DTA.php, method DTA::__construct()
    Constructor. Creates an empty DTA object or imports one.
top

a

$account_file_sender
in file DTABase.php, variable DTABase::$account_file_sender
    Account data for the file sender.
$allerrors
in file DTABase.php, variable DTABase::$allerrors
    Array of all parsing problems.
addExchange
in file DTAZV.php, method DTAZV::addExchange()
    Adds an exchange.
addExchange
in file DTABase.php, method DTABase::addExchange()
    Adds an exchange. First the account data for the receiver of the exchange is set. In the case the DTA file contains credits, this is the payment receiver.
addExchange
in file DTA.php, method DTA::addExchange()
    Adds an exchange. First the account data for the receiver of the exchange is set. In the case the DTA file contains credits, this is the payment receiver.
top

c

checkStr
in file DTABase.php, method DTABase::checkStr()
    Checks if string $input contains the expected value at an offset.
count
in file DTABase.php, method DTABase::count()
    Return number of exchanges
current
in file DTABase.php, method DTABase::current()
top

d

DTA
in file DTA.php, class DTA
    Dta class provides functions to create and handle with DTA files used in Germany to exchange informations about money transactions with banks or online banking programs.
DTABase
in file DTABase.php, class DTABase
    DTABase class provides common functions to classes DTA and DTAZV.
DTAZV
in file DTAZV.php, class DTAZV
    DTAZV class provides functions to create and handle with DTAZV files used in Germany to exchange informations about european money transactions with banks or online banking programs.
DTA_CREDIT
in file DTA.php, constant DTA_CREDIT
    Determines the type of the DTA file: DTA file contains credit payments.
DTA_DEBIT
in file DTA.php, constant DTA_DEBIT
    Determines the type of the DTA file: DTA file contains debit payments (default).
DTA.php
procedural page DTA.php
DTABase.php
procedural page DTABase.php
DTAZV.php
procedural page DTAZV.php
top

e

$exchanges
in file DTABase.php, variable DTABase::$exchanges
    Array of exchanges that the DTA file should contain.
example_begleitzettel.php
procedural page example_begleitzettel.php
example_credit.php
procedural page example_credit.php
example_debit.php
procedural page example_debit.php
example_download.php
procedural page example_download.php
example_dtazv.php
procedural page example_dtazv.php
top

f

filter
in file DTABase.php, method DTABase::filter()
    Auxillary method to filter output strings.
top

g

getFileContent
in file DTA.php, method DTA::getFileContent()
    Returns the full content of the generated DTA file.
getFileContent
in file DTAZV.php, method DTAZV::getFileContent()
    Returns the full content of the generated DTAZV file.
getFileContent
in file DTABase.php, method DTABase::getFileContent()
    Returns the full content of the generated file.
getMetaData
in file DTAZV.php, method DTAZV::getMetaData()
    Returns an array with information about the transactions.
getMetaData
in file DTA.php, method DTA::getMetaData()
    Returns an array with information about the transactions.
getMetaData
in file DTABase.php, method DTABase::getMetaData()
    Returns an array with information about the transactions.
getNum
in file DTABase.php, method DTABase::getNum()
    Read integer number of given length from input at offset.
getParsingErrors
in file DTABase.php, method DTABase::getParsingErrors()
    Get parsing errors.
getStr
in file DTABase.php, method DTABase::getStr()
    Read string of given length from input at offset.
get_format
in file show_dta.php, function get_format()
top

i

$iterator_position
in file DTABase.php, variable DTABase::$iterator_position
top

k

key
in file DTABase.php, method DTABase::key()
top

m

$max_amount
in file DTAZV.php, variable DTAZV::$max_amount
    The maximum allowed amount per transfer (in cents).
makeValidString
in file DTABase.php, method DTABase::makeValidString()
    Makes the given string valid for DTA files.
top

n

next
in file DTABase.php, method DTABase::next()
top

p

parse
in file DTAZV.php, method DTAZV::parse()
    Parser. Read data from an existing DTAZV file content.
parse
in file DTA.php, method DTA::parse()
    Parser. Read data from an existing DTA file content.
Payment_DTA_ChecksumException
in file DTABase.php, class Payment_DTA_ChecksumException
    Payment_DTA_ChecksumException indicates a wrong checksum in a DTA file.
Payment_DTA_Exception
in file DTABase.php, class Payment_DTA_Exception
    Payment_DTA_Exception is this packages' basic exception class.
Payment_DTA_FatalParseException
in file DTABase.php, class Payment_DTA_FatalParseException
    Payment_DTA_FatalParseException indicates a non-recoverable parsing problem, that makes it impossible to build a usable object.
Payment_DTA_ParseException
in file DTABase.php, class Payment_DTA_ParseException
    Payment_DTA_ParseException indicates parsing problems.
top

r

rewind
in file DTABase.php, method DTABase::rewind()
top

s

$sum_accounts
in file DTA.php, variable DTA::$sum_accounts
    Sum of account numbers in exchanges; used for control fields.
$sum_amounts
in file DTABase.php, variable DTABase::$sum_amounts
    Sum of amounts in exchanges (in Cents); for control total fields.
$sum_bankcodes
in file DTA.php, variable DTA::$sum_bankcodes
    Sum of bank codes in exchanges; used for control fields.
show_dta.php
procedural page show_dta.php
saveFile
in file DTABase.php, method DTABase::saveFile()
    Writes the DTA file.
setAccountFileSender
in file DTA.php, method DTA::setAccountFileSender()
    Set the sender of the DTA file. Must be set for valid DTA file.
setAccountFileSender
in file DTAZV.php, method DTAZV::setAccountFileSender()
    Set the sender of the DTAZV file. Must be set for valid DTAZV file.
setAccountFileSender
in file DTABase.php, method DTABase::setAccountFileSender()
    Set the sender of the file.
setMaxAmount
in file DTAZV.php, method DTAZV::setMaxAmount()
    Set the maximum allowed amount per transfer.
top

t

$timestamp
in file DTABase.php, variable DTABase::$timestamp
    Current timestamp.
$type
in file DTA.php, variable DTA::$type
    Type of DTA file, DTA_CREDIT or DTA_DEBIT.
top

v

valid
in file DTABase.php, method DTABase::valid()
validString
in file DTABase.php, method DTABase::validString()
    Checks if the given string contains only chars valid for fields in DTA files.
top

Documentation generated on Mon, 11 Mar 2019 15:49:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.