for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SAML2\XML\saml;
/**
* Class representing the saml:NameID element.
*
* @author Jaime Pérez Crespo, UNINETT AS <[email protected]>
* @package SimpleSAMLphp
*/
class NameID extends NameIDType
{
* Set the name of this XML element to "saml:NameID"
* @var string
protected $nodeName = 'saml:NameID';
}