Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ k ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
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
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
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
top
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
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
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
top
Documentation generated on Mon, 11 Mar 2019 15:49:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|