API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Require utility classes and functions for the consumer.
Auth_OpenID_AX_checkAlias | ( | $ | alias | ) |
Check an alias for invalid characters; raise AXError if any are found. Return None if the alias is valid.
Auth_OpenID_AX_toTypeURIs | ( | &$ | namespace_map, |
$ | alias_list_s | ||
) |
Given a namespace mapping and a string containing a comma-separated list of namespace aliases, return a list of type URIs that correspond to those aliases.
$namespace_map | The mapping from namespace URI to alias |
$alias_list_s | The string containing the comma-separated list of aliases. May also be None for convenience. |
return null If an alias is present in the list of aliases but is not present in the namespace map.