for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SAML2;
/**
* Base class for NameID element.
*/
class NameID extends NameIDType
{
public function __construct($entity)
parent::__construct($entity);
}