Home
last modified time | relevance | path

Searched refs:namespace_to_alias (Results 1 – 2 of 2) sorted by relevance

/plugin/openid/Auth/OpenID/
H A DMessage.php316 private $namespace_to_alias; variable in Auth_OpenID_NamespaceMap
326 $this->namespace_to_alias = new Auth_OpenID_Mapping();
332 return $this->namespace_to_alias->get($namespace_uri);
343 return $this->namespace_to_alias->keys();
354 return $this->namespace_to_alias->items();
396 $alias = $this->namespace_to_alias->get($namespace_uri);
409 $this->namespace_to_alias->set($namespace_uri, $desired_alias);
423 $alias = $this->namespace_to_alias->get($namespace_uri);
451 return $this->namespace_to_alias->contains($namespace_uri);
/plugin/fedauth/Auth/OpenID/
H A DMessage.php280 $this->namespace_to_alias = new Auth_OpenID_Mapping();
286 return $this->namespace_to_alias->get($namespace_uri);
297 return $this->namespace_to_alias->keys();
308 return $this->namespace_to_alias->items();
350 $alias = $this->namespace_to_alias->get($namespace_uri);
363 $this->namespace_to_alias->set($namespace_uri, $desired_alias);
377 $alias = $this->namespace_to_alias->get($namespace_uri);
405 return $this->namespace_to_alias->contains($namespace_uri);