| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
Extension argument processing code
| File Size: | 918 lines (26 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Auth_OpenID_Mapping:: (11 methods):
Auth_OpenID_Mapping()
isA()
keys()
values()
items()
len()
set()
get()
_reflow()
del()
contains()
Auth_OpenID_NamespaceMap:: (11 methods):
Auth_OpenID_NamespaceMap()
getAlias()
getNamespaceURI()
iterNamespaceURIs()
iterAliases()
iteritems()
isImplicit()
addAlias()
add()
contains()
isDefined()
Auth_OpenID_Message:: (26 methods):
Auth_OpenID_Message()
isOpenID1()
isOpenID2()
fromPostArgs()
fromOpenIDArgs()
_fromOpenIDArgs()
_getDefaultNamespace()
setOpenIDNamespace()
getOpenIDNamespace()
fromKVForm()
copy()
toPostArgs()
toArgs()
toFormMarkup()
toURL()
toKVForm()
toURLEncoded()
_fixNS()
hasKey()
getKey()
getArg()
getArgs()
updateArgs()
setArg()
delArg()
getAliasedArg()
Class: Auth_OpenID_Mapping - X-Ref
An Auth_OpenID_Mapping maintains a mapping from arbitrary keys to| Auth_OpenID_Mapping($classic_array = null) X-Ref |
| Initialize a mapping. If $classic_array is specified, its keys and values are used to populate the mapping. |
| isA($thing) X-Ref |
| Returns true if $thing is an Auth_OpenID_Mapping object; false if not. |
| keys() X-Ref |
| Returns an array of the keys in the mapping. |
| values() X-Ref |
| Returns an array of values in the mapping. |
| items() X-Ref |
| Returns an array of (key, value) pairs in the mapping. |
| len() X-Ref |
| Returns the "length" of the mapping, or the number of keys. |
| set($key, $value) X-Ref |
| Sets a key-value pair in the mapping. If the key already exists, its value is replaced with the new value. |
| get($key, $default = null) X-Ref |
| Gets a specified value from the mapping, associated with the specified key. If the key does not exist in the mapping, $default is returned instead. |
| _reflow() X-Ref |
| del($key) X-Ref |
| Deletes a key-value pair from the mapping with the specified key. |
| contains($value) X-Ref |
| Returns true if the specified value has a key in the mapping; false if not. |
Class: Auth_OpenID_NamespaceMap - X-Ref
Maintains a bijective map between namespace uris and aliases.| Auth_OpenID_NamespaceMap() X-Ref |
| No description |
| getAlias($namespace_uri) X-Ref |
| No description |
| getNamespaceURI($alias) X-Ref |
| No description |
| iterNamespaceURIs() X-Ref |
| No description |
| iterAliases() X-Ref |
| No description |
| iteritems() X-Ref |
| No description |
| isImplicit($namespace_uri) X-Ref |
| No description |
| addAlias($namespace_uri, $desired_alias, $implicit=false) X-Ref |
| No description |
| add($namespace_uri) X-Ref |
| No description |
| contains($namespace_uri) X-Ref |
| No description |
| isDefined($namespace_uri) X-Ref |
| No description |
Class: Auth_OpenID_Message - X-Ref
In the implementation of this object, null represents the global| Auth_OpenID_Message($openid_namespace = null) X-Ref |
| No description |
| isOpenID1() X-Ref |
| No description |
| isOpenID2() X-Ref |
| No description |
| fromPostArgs($args) X-Ref |
| No description |
| fromOpenIDArgs($openid_args) X-Ref |
| No description |
| _fromOpenIDArgs($openid_args) X-Ref |
| _getDefaultNamespace($mystery_alias) X-Ref |
| No description |
| setOpenIDNamespace($openid_ns_uri, $implicit) X-Ref |
| No description |
| getOpenIDNamespace() X-Ref |
| No description |
| fromKVForm($kvform_string) X-Ref |
| No description |
| copy() X-Ref |
| No description |
| toPostArgs() X-Ref |
| No description |
| toArgs() X-Ref |
| No description |
| toFormMarkup($action_url, $form_tag_attrs = null,$submit_text = "Continue") X-Ref |
| No description |
| toURL($base_url) X-Ref |
| No description |
| toKVForm() X-Ref |
| No description |
| toURLEncoded() X-Ref |
| No description |
| _fixNS($namespace) X-Ref |
| hasKey($namespace, $ns_key) X-Ref |
| No description |
| getKey($namespace, $ns_key) X-Ref |
| No description |
| getArg($namespace, $key, $default = null) X-Ref |
| No description |
| getArgs($namespace) X-Ref |
| No description |
| updateArgs($namespace, $updates) X-Ref |
| No description |
| setArg($namespace, $key, $value) X-Ref |
| No description |
| delArg($namespace, $key) X-Ref |
| No description |
| getAliasedArg($aliased_key, $default = null) X-Ref |
| No description |
| Auth_OpenID_isOpenID1($ns) X-Ref |
| No description |
| Auth_OpenID_registerNamespaceAlias($namespace_uri, $alias) X-Ref |
| Registers a (namespace URI, alias) mapping in a global namespace alias map. Raises NamespaceAliasRegistrationError if either the namespace URI or alias has already been registered with a different value. This function is required if you want to use a namespace with an OpenID 1 message. |
| Auth_OpenID_removeNamespaceAlias($namespace_uri, $alias) X-Ref |
| Removes a (namespace_uri, alias) registration from the global namespace alias map. Returns true if the removal succeeded; false if not (if the mapping did not exist). |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |