Element index for package apidoc
[ a ]
[ d ]
[ e ]
[ g ]
[ m ]
[ s ]
[ t ]
[ v ]
a
- $account_file_sender
- in file DTA.php, variable DTA::$account_file_sender
Account data for the file sender.
- addExchange
- in file DTA.php, method DTA::addExchange()
Adds an exchange. First the account data for the receiver of the exchange is set.
top
d
- DTA
- in file DTA.php, method DTA::DTA()
Constructor. The type of the DTA file must be set. One file can only contain credits (DTA_CREDIT) OR debits (DTA_DEBIT).
- 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.
top
e
- $exchanges
- in file DTA.php, variable DTA::$exchanges
Array of exchanges that the DTA file should contain.
top
g
- getFileContent
- in file DTA.php, method DTA::getFileContent()
Returns the full content of the generated DTA file. All added exchanges are processed.
top
m
- makeValidString
- in file DTA.php, method DTA::makeValidString()
Makes the given string valid for DTA files. German umlauts become uppercase, all other chars not allowed are replaced with space
top
top
t
- $timestamp
- in file DTA.php, variable DTA::$timestamp
Current timestamp.
- $type
- in file DTA.php, variable DTA::$type
Type of DTA file, DTA_CREDIT or DTA_DEBIT.
top
v
- $validString_chars
- in file DTA.php, variable DTA::$validString_chars
Array of ASCII Codes of valid chars for DTA field data.
- validString
- in file DTA.php, method DTA::validString()
Checks if the given string contains only chars valid for fields in DTA files.
top
Documentation generated on Mon, 11 Mar 2019 14:19:42 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|