dmitrirussu / php-sepa-xml-generator

SEPA SDD XML Generator recommended to see. PHP SEPA XML Generator, (Single Euro Payments Area ISO20022 SDD V1_0 20122009) (SEPA)(PHP5)
https://github.com/dmitrirussu/PHP-SEPA-XML-GENERATOR
MIT License
53 stars 36 forks source link

request collection date setter #3

Closed raimon-segura closed 11 years ago

raimon-segura commented 11 years ago

Hi dmitri,

I've added a setter for requestedCollectionDate property, is based on the function setCurrency.

Thanks!

dmitrirussu commented 11 years ago

Thanks

dmitrirussu commented 11 years ago

I recommend for you to see my last version for SEPA which do XML more fast, when SEPAXmlGenerator class

raimon-segura commented 11 years ago

Hi,

There is some way to use a absolute path when a function reads/writes a file?

... now, you put 'realpath(DIR)' in every function and there is no option to use another... Maybe concatenate in __construct function or optional parameter in save/convertArray would be nice.

Thanks!