simplesamlphp/saml2

Change public API on SAML2/XML classes

tvdijen opened this issue · 0 comments

The goal is to be able to set every mandatory value from the constructor.
To be able to do this, first all contents of constructors has to be moved to a static fromXML-method (see #192)