Source for file SREG11.php
Documentation is available at SREG11.php
* OpenID_Extension_SREG11
* @uses OpenID_Extension_SREG10
* @author Bill Shupp <hostmaster@shupp.org>
* @copyright 2009 Bill Shupp
* @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
* @link http://pearopenid.googlecode.com
require_once 'OpenID/Extension/SREG10.php';
* Implementation of the Simple Registration Extension, version 1.1 Draft 1.
* {@link http://openid.net/specs/openid-simple-registration-extension-1_1-01.html}
* $sreg = new OpenID_Extension_SREG11(OpenID_Extension::REQUEST);
* $sreg->set('required', 'email');
* $sreg->set('optional', 'nickname,gender,dob');
* // Add to an existing instance of OpenID_Auth_Request
* $authRequest->addExtension($sreg);
* @uses OpenID_Extension_SREG10
* @author Bill Shupp <hostmaster@shupp.org>
* @copyright 2009 Bill Shupp
* @license http://www.opensource.org/licenses/bsd-license.php FreeBSD
* @link http://pearopenid.googlecode.com
* @see OpenID_Extension_SREG10
* Enables namespaces. The only differnce I can see in the specs.
* Sets the URI of the spec for alias assignment
protected $namespace =
'http://openid.net/extensions/sreg/1.1';
Documentation generated on Tue, 15 Dec 2009 19:01:00 -0800 by phpDocumentor 1.4.3