simplesamlphp / saml2

SimpleSAMLphp low-level SAML2 PHP library
https://www.simplesamlphp.org
GNU Lesser General Public License v2.1
286 stars 135 forks source link

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

Closed tvdijen closed 3 years ago

tvdijen commented 4 years ago

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.