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

Element index for package Payment_DTA

[ a ] [ c ] [ d ] [ e ] [ g ] [ m ] [ s ] [ t ] [ v ]

a

addExchange
in file DTAZV.php, method DTAZV::addExchange()
    Adds an exchange.
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

count
in file DTABase.php, method DTABase::count()
    Return number of exchanges
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.
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).
DTABase
in file DTABase.php, method DTABase::DTABase()
    Constructor.
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.
DTAZV
in file DTAZV.php, method DTAZV::DTAZV()
    Constructor.
DTAZV_MAXAMOUNT
in file DTAZV.php, constant DTAZV_MAXAMOUNT
    The maximum allowed amount per transfer.
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

example_credit.php
procedural page example_credit.php
example_debit.php
procedural page example_debit.php
top

g

getFileContent
in file DTAZV.php, method DTAZV::getFileContent()
    Returns the full content of the generated DTAZV file.
getFileContent
in file DTA.php, method DTA::getFileContent()
    Returns the full content of the generated DTA file.
top

m

makeValidString
in file DTABase.php, method DTABase::makeValidString()
    Makes the given string valid for DTA files.
top

s

saveFile
in file DTABase.php, method DTABase::saveFile()
    Writes the 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 DTA.php, method DTA::setAccountFileSender()
    Set the sender of the DTA file. Must be set for valid DTA file.
top

t

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

v

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:28:52 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.