simplesamlphp/saml2

Add static fromXML-methods to all classes in the SAML2\XML namespace

tvdijen opened this issue · 0 comments

We would basically need to copy the contents of the constructor to a static fromXML-method.
Next step is to change to API on these classes to be able to set all values from the constructor at once.