AbcAeffchen / Sephpa

PHP class to create SEPA xml files for credit transfer and direct debit
GNU Lesser General Public License v3.0
71 stars 31 forks source link

Output management #23

Closed jmbIFR closed 3 years ago

jmbIFR commented 4 years ago

This pull request close the issue #21 #22 #24 #25

This pull request allow :

1 - give PHP access to the generated XML by making generateXml() function public 2 - Generate a formatted XML output : The array key 'PrettyXML' have been added to the download and store functions parameter. 3 - Allow to set the file name prefix with by creating setFileName function

The both modifications don't break the API.