Method | Description | |
---|---|---|
__construct ( $openid_namespace = null ) | ||
_fixNS ( $namespace ) | ||
_fromOpenIDArgs ( $openid_args ) | ||
_getDefaultNamespace ( $mystery_alias ) | ||
copy ( ) | ||
delArg ( $namespace, $key ) | ||
fromKVForm ( $kvform_string ) | ||
fromOpenIDArgs ( $openid_args ) | ||
fromPostArgs ( $args ) | ||
getAliasedArg ( $aliased_key, $default = null ) | ||
getArg ( $namespace, $key, $default = null ) | ||
getArgs ( $namespace ) | ||
getKey ( $namespace, $ns_key ) | ||
getOpenIDNamespace ( ) | ||
hasKey ( $namespace, $ns_key ) | ||
isOpenID1 ( ) | ||
isOpenID2 ( ) | ||
setArg ( $namespace, $key, $value ) | ||
setOpenIDNamespace ( $openid_ns_uri, $implicit ) | ||
toArgs ( ) | ||
toFormMarkup ( $action_url, $form_tag_attrs = null, $submit_text = "Continue" ) | ||
toKVForm ( ) | ||
toPostArgs ( ) | ||
toURL ( $base_url ) | ||
toURLEncoded ( ) | ||
updateArgs ( $namespace, $updates ) |
public toFormMarkup ( $action_url, $form_tag_attrs = null, $submit_text = "Continue" ) |