Source for file UI.php
Documentation is available at UI.php
* @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.php';
* Provides support for the UI extension
* @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
* URI of the UI namespace
protected $namespace =
'http://specs.openid.net/extensions/ui/1.0';
* Valid modes (only 'popup' so far)
* Adds mode checking to set()
* @param mixed $value Value
public function set($key, $value)
if (strpos($key, 'mode') ===
0
parent::set($key, $value);
Documentation generated on Tue, 15 Dec 2009 19:01:00 -0800 by phpDocumentor 1.4.3